: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; --black: hsla(0, 0%, 0%, 1); --black-l-1: hsl(0, 0%, 5%); --black-l-2: hsl(0, 0%, 10%); --black-l-3: hsl(0, 0%, 14%); --black-l-4: hsl(0, 0%, 19%); --black-l-5: hsl(0, 0%, 24%); --black-l-6: hsl(0, 0%, 29%); --black-l-7: hsl(0, 0%, 33%); --black-l-8: hsl(0, 0%, 38%); --black-l-9: hsl(0, 0%, 43%); --black-l-10: hsl(0, 0%, 48%); --black-l-11: hsl(0, 0%, 52%); --black-l-12: hsl(0, 0%, 57%); --black-l-13: hsl(0, 0%, 62%); --black-l-14: hsl(0, 0%, 67%); --black-l-15: hsl(0, 0%, 71%); --black-l-16: hsl(0, 0%, 76%); --black-l-17: hsl(0, 0%, 81%); --black-l-18: hsl(0, 0%, 86%); --black-l-19: hsl(0, 0%, 90%); --black-l-20: hsl(0, 0%, 95%); --white: hsl(0, 0%, 100%); --white-t-1: hsla(0, 0%, 100%, 0.09); --white-t-2: hsla(0, 0%, 100%, 0.18); --white-t-3: hsla(0, 0%, 100%, 0.27); --white-t-4: hsla(0, 0%, 100%, 0.36); --white-t-5: hsla(0, 0%, 100%, 0.45); --white-t-6: hsla(0, 0%, 100%, 0.55); --white-t-7: hsla(0, 0%, 100%, 0.64); --white-t-8: hsla(0, 0%, 100%, 0.73); --white-t-9: hsla(0, 0%, 100%, 0.82); --white-t-10: hsla(0, 0%, 100%, 0.91); --black-t-1: hsla(0, 0%, 0%, 0); --black-t-2: hsla(0, 0%, 0%, 0.1); --black-t-3: hsla(0, 0%, 0%, 0.2); --black-t-4: hsla(0, 0%, 0%, 0.3); --black-t-5: hsla(0, 0%, 0%, 0.4); --black-t-6: hsla(0, 0%, 0%, 0.5); --black-t-7: hsla(0, 0%, 0%, 0.6); --black-t-8: hsla(0, 0%, 0%, 0.7); --black-t-9: hsla(0, 0%, 0%, 0.8); --black-t-10: hsla(0, 0%, 0%, 0.9); --space-2xs: clamp(0.82rem, calc(0.00018518518518518534 * (100vw - 36rem) + 0.82rem), 0.84rem); --space-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --space-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --space-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --space-l: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --space-xl: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --space-2xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem); --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);}