:root {
    --red: #ff7070;
    --test: #000000;
    --font-family: 'Inter', sans-serif;
    --font-weight: 400;
    --line-height: 1.5;
    --font-size: 16px;
}

/* -- ZCMS GENERATED -- */

body {
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight) !important;
    font-size: var(--font-size) !important;
    line-height: var(--line-height) !important;
}

/* -- red -- */
.text-red { color: var(--red) !important; }
.bg-red { background-color: var(--red) !important; }

/* -- test -- */
.text-test { color: var(--test) !important; }
.bg-test { background-color: var(--test) !important; }

