:root { --primary: #025efb; --background: #e9eaeb; --section: #eaebec; --text: hsl(0, 0%, 5%); --hover: #0043b8; --accent: #00ff04; --muted: #7dadff; --subtle-text: hsla(0, 0%, 0%, 0.7); --gradient-center: #ffffff; --shadow: hsla(0, 0%, 0%, 0.1); --space-2xs: clamp(0.82rem, calc(-0.0021296296296296293 * (100vw - 36rem) + 0.82rem), 0.59rem); --space-xs: clamp(1.02rem, calc(-0.0012037037037037038 * (100vw - 36rem) + 1.02rem), 0.89rem); --space-s: clamp(1.28rem, calc(0.00046296296296296336 * (100vw - 36rem) + 1.28rem), 1.33rem); --space-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --space-l: clamp(2rem, calc(0.009259259259259259 * (100vw - 36rem) + 2rem), 3rem); --space-xl: clamp(2.5rem, calc(0.018518518518518517 * (100vw - 36rem) + 2.5rem), 4.5rem); --space-2xl: clamp(3.13rem, calc(0.03351851851851852 * (100vw - 36rem) + 3.13rem), 6.75rem); --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);}.stroke-primary { stroke: var(--primary); }.outline-primary { outline-color: var(--primary); }.border-primary { border-color: var(--primary); }.bg-background { background-color: var(--background); }