:root { --brand: #103073; --brand-80: rgba(16, 48, 115, 0.8); --brand-10: rgba(16, 48, 115, 0.1); --rot-80: rgba(231, 43, 55, 0.8); --rot: #E72B37; --white: #ffffff; --text: #333333; --headlines: #103073; --footer-bg: #000930; --black: #000000; --text-3xs: clamp(0.77rem, calc(-0.0018518518518518526 * (100vw - 36rem) + 0.77rem), 0.57rem); --text-2xs: clamp(0.82rem, calc(0.00018518518518518534 * (100vw - 36rem) + 0.82rem), 0.84rem); --text-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --text-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --text-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --text-l: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --text-xl: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --text-2xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem); --text-3xl: clamp(3.91rem, calc(0.022222222222222216 * (100vw - 36rem) + 3.91rem), 6.31rem); --text-4xl: clamp(4.88rem, calc(0.03277777777777778 * (100vw - 36rem) + 4.88rem), 8.42rem); --space-2xs: clamp(0.82rem, calc(0.00018518518518518534 * (100vw - 36rem) + 0.82rem), 0.84rem); --space-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --space-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --space-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --space-l: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --space-xl: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --space-2xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem);}.bg-brand { background-color: var(--brand); }.text-brand { color: var(--brand); }.bg-brand-80 { background-color: var(--brand-80); }.bg-brand-10 { background-color: var(--brand-10); }.bg-rot-80 { background-color: var(--rot-80); }.bg-rot { background-color: var(--rot); }.text-rot { color: var(--rot); }.bg-white { background-color: var(--white); }.text-white { color: var(--white); }.text-text { color: var(--text); }.text-headlines { color: var(--headlines); }.bg-footer-bg { background-color: var(--footer-bg); }.bg-black { background-color: var(--black); }.text-black { color: var(--black); }