:root { --body: #ffffff; --body-text: #000000; --primary: #7BBE45; --secondary: #D9D9D9; --headline: #272401; --primary-light-background: #F7F7F7; --secondary-light-background: #F2F2F2; --snow: #f8f8f8; --white: #ffffff; --dark-background: #686D71; --footer-links: #636363; --bullets-heading: #5B5B5B; --h1: clamp(4.4rem, calc(0.02407407407407407 * (100vw - 36rem) + 4.4rem), 7rem); --h2: clamp(3.6rem, calc(0.02592592592592593 * (100vw - 36rem) + 3.6rem), 6.4rem); --h3: clamp(3.2rem, calc(0.009259259259259259 * (100vw - 36rem) + 3.2rem), 4.2rem); --h4: clamp(2.8rem, calc(0.005555555555555557 * (100vw - 36rem) + 2.8rem), 3.4rem); --h5: clamp(2.4rem, calc(0.003703703703703703 * (100vw - 36rem) + 2.4rem), 2.8rem); --h6: clamp(2rem, calc(0.003703703703703703 * (100vw - 36rem) + 2rem), 2.4rem); --space-xs: clamp(1rem, calc(0 * (100vw - 36rem) + 1rem), 1rem); --space-s: clamp(2rem, calc(0 * (100vw - 36rem) + 2rem), 2rem); --space-m: clamp(3rem, calc(0 * (100vw - 36rem) + 3rem), 3rem); --space-l: clamp(4rem, calc(0 * (100vw - 36rem) + 4rem), 4rem); --space-xl: clamp(5rem, calc(0 * (100vw - 36rem) + 5rem), 5rem);}