:root { --bricks-color-grey-100: #f5f5f5; --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; --space-2xs: clamp(0.82rem, calc(0.0010185185185185195 * (100vw - 36rem) + 0.82rem), 0.93rem); --space-xs: clamp(1.02rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.02rem), 1.24rem); --space-s: clamp(1.28rem, calc(0.0034259259259259247 * (100vw - 36rem) + 1.28rem), 1.65rem); --space-m: clamp(1.6rem, calc(0.005555555555555557 * (100vw - 36rem) + 1.6rem), 2.2rem); --space-l: clamp(2rem, calc(0.008611111111111113 * (100vw - 36rem) + 2rem), 2.93rem); --space-xl: clamp(2.5rem, calc(0.013055555555555556 * (100vw - 36rem) + 2.5rem), 3.91rem); --space-2xl: clamp(3.13rem, calc(0.01925925925925926 * (100vw - 36rem) + 3.13rem), 5.21rem); --text-2xs: clamp(0.82rem, calc(0.002592592592592594 * (100vw - 36rem) + 0.82rem), 1.1rem); --text-xs: clamp(1.02rem, calc(0.004074074074074074 * (100vw - 36rem) + 1.02rem), 1.46rem); --text-s: clamp(1.28rem, calc(0.0062037037037037035 * (100vw - 36rem) + 1.28rem), 1.95rem); --text-m: clamp(1.6rem, calc(0.009259259259259259 * (100vw - 36rem) + 1.6rem), 2.6rem); --text-l: clamp(2rem, calc(0.013611111111111114 * (100vw - 36rem) + 2rem), 3.47rem); --text-xl: clamp(2.5rem, calc(0.019629629629629632 * (100vw - 36rem) + 2.5rem), 4.62rem); --text-2xl: clamp(3.13rem, calc(0.02805555555555556 * (100vw - 36rem) + 3.13rem), 6.16rem); --text-3xl: clamp(3.91rem, calc(0.039814814814814824 * (100vw - 36rem) + 3.91rem), 8.21rem); --text-4xl: clamp(4.88rem, calc(0.056111111111111105 * (100vw - 36rem) + 4.88rem), 10.94rem);}.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); }.text-3xl { font-size: var(--text-3xl); }.text-4xl { font-size: var(--text-4xl); }