:root { --color-primary: rgb(41, 121, 181); --color-secondary: rgb(117, 130, 140); --color-white: rgb(255, 255, 255); --color-black: rgba(0, 0, 0, 1); --color-primary-hover: rgb(189, 163, 77); --color-background: hsl(0, 0%, 100%); --color-surface: rgb(184, 215, 240); --shadow-s: rgba(0, 0, 0, 0.05); --shadow-m: rgba(0, 0, 0, 0.08); --shadow-l: rgba(0, 0, 0, 0.12); --color-text: rgb(18, 18, 18); --text-2xs: clamp(0.82rem, calc(-0.000555555555555555 * (100vw - 36rem) + 0.82rem), 0.76rem); --text-xs: clamp(1.02rem, calc(-0.00009259259259259267 * (100vw - 36rem) + 1.02rem), 1.01rem); --text-s: clamp(1.28rem, calc(0.0006481481481481487 * (100vw - 36rem) + 1.28rem), 1.35rem); --text-m: clamp(1.6rem, calc(0.0018518518518518515 * (100vw - 36rem) + 1.6rem), 1.8rem); --text-l: clamp(2rem, calc(0.003703703703703703 * (100vw - 36rem) + 2rem), 2.4rem); --text-xl: clamp(2.5rem, calc(0.006481481481481483 * (100vw - 36rem) + 2.5rem), 3.2rem); --text-2xl: clamp(3.13rem, calc(0.010462962962962962 * (100vw - 36rem) + 3.13rem), 4.26rem); --heading-h6: clamp(0.82rem, calc(0.0041666666666666675 * (100vw - 36rem) + 0.82rem), 1.27rem); --heading-h5: clamp(1.02rem, calc(0.0062037037037037035 * (100vw - 36rem) + 1.02rem), 1.69rem); --heading-h4: clamp(1.28rem, calc(0.008981481481481481 * (100vw - 36rem) + 1.28rem), 2.25rem); --heading-h3: clamp(1.6rem, calc(0.012962962962962963 * (100vw - 36rem) + 1.6rem), 3rem); --heading-h2: clamp(2rem, calc(0.018518518518518517 * (100vw - 36rem) + 2rem), 4rem); --heading-h1: clamp(2.5rem, calc(0.026203703703703705 * (100vw - 36rem) + 2.5rem), 5.33rem); --heading-hero: clamp(3.13rem, calc(0.03685185185185186 * (100vw - 36rem) + 3.13rem), 7.11rem); --space-2xs: clamp(0.82rem, calc(0.008055555555555555 * (100vw - 36rem) + 0.82rem), 1.69rem); --space-xs: clamp(1.02rem, calc(0.01138888888888889 * (100vw - 36rem) + 1.02rem), 2.25rem); --space-s: clamp(1.28rem, calc(0.015925925925925927 * (100vw - 36rem) + 1.28rem), 3rem); --space-m: clamp(1.6rem, calc(0.022222222222222223 * (100vw - 36rem) + 1.6rem), 4rem); --space-l: clamp(2rem, calc(0.030833333333333334 * (100vw - 36rem) + 2rem), 5.33rem); --space-xl: clamp(2.5rem, calc(0.04268518518518519 * (100vw - 36rem) + 2.5rem), 7.11rem); --space-2xl: clamp(3.13rem, calc(0.05870370370370371 * (100vw - 36rem) + 3.13rem), 9.47rem); --space-3xl: clamp(3.91rem, calc(0.08074074074074075 * (100vw - 36rem) + 3.91rem), 12.63rem); --space-4xl: clamp(4.88rem, calc(0.11064814814814815 * (100vw - 36rem) + 4.88rem), 16.83rem);}.text-2xs { font-size: var(--text-2xs); }.text-xs { font-size: var(--text-xs); }.text-s { font-size: var(--text-s); }.text-m { font-size: var(--text-m); }.text-l { font-size: var(--text-l); }.text-xl { font-size: var(--text-xl); }.text-2xl { font-size: var(--text-2xl); }