:root { --bricks-color-grey-100: ffffff; --bricks-color-grey-300: #e0e0e0; --bricks-color-grey-500: #9e9e9e; --bricks-color-grey-700: #616161; --bricks-color-grey-800: #424242; --bricks-color-grey-900: #212121; --bricks-color-yellow: #ffeb3b; --bricks-color-amber: #ffc107; --bricks-color-orange: #ff9800; --bricks-color-deep-orange: #ff5722; --bricks-color-red: #f44336; --bricks-color-purple: #9c27b0; --bricks-color-blue: #2196f3; --bricks-color-light-blue: #03a9f4; --bricks-color-sky-blue: #81D4FA; --bricks-color-green: #4caf50; --bricks-color-light-green: #8bc34a; --bricks-color-lime: #cddc39; --basic-white: #ffffff; --bg-grey: #f9f6f3; --antracit: #2b2b2a; --antracit-2: hsl(60 1.17% 33.13%); --antracit-3: hsl(60 1.17% 49.61%); --antracit-4: hsl(60 2.29% 66.08%); --antracit-5: hsl(60 5.55% 82.55%); --antracit-6: hsl(0 0% 0%); --cta: #97c22c; --cta-hover: #31572c; --brown: #c19a6b; --text-m: clamp(1rem, calc(0.003703703703703704 * (100vw - 22.5rem) + 1rem), 1.25rem); --text-l: clamp(1.25rem, calc(0.006222222222222221 * (100vw - 22.5rem) + 1.25rem), 1.67rem); --text-xl: clamp(1.56rem, calc(0.00977777777777778 * (100vw - 22.5rem) + 1.56rem), 2.22rem); --text-2xl: clamp(1.95rem, calc(0.014962962962962963 * (100vw - 22.5rem) + 1.95rem), 2.96rem);}.bg-basic-white { background-color: var(--basic-white); }.fill-antracit { fill: var(--antracit); }