: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; --primary: #EA1804; --gray: #2A3136; --gray-l-1: #555a5e; --gray-l-2: #7f8386; --gray-l-3: #aaadaf; --gray-l-4: #d4d6d7; --gray-d-1: #22272b; --gray-d-2: #191d20; --gray-d-3: #111416; --gray-d-4: #080a0b; --primary-l-1: #ef5243; --primary-l-2: #f58c82; --primary-l-3: #fac5c0; --primary-d-1: #b01203; --primary-d-2: #750c02; --primary-d-3: #3b0601; --white: #FFF; --black: #000; --text-2xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --text-xs: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --text-s: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --text-m: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --text-l: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --text-xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem); --text-2xl: clamp(3.91rem, calc(0.022222222222222216 * (100vw - 36rem) + 3.91rem), 6.31rem); --text-3xl: clamp(4.88rem, calc(0.03277777777777778 * (100vw - 36rem) + 4.88rem), 8.42rem); --text-d3: clamp(6.1rem, calc(0.04740740740740742 * (100vw - 36rem) + 6.1rem), 11.22rem); --text-d2: clamp(7.63rem, calc(0.06787037037037037 * (100vw - 36rem) + 7.63rem), 14.96rem); --text-d1: clamp(9.54rem, calc(0.09629629629629631 * (100vw - 36rem) + 9.54rem), 19.94rem); --space-2xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --space-xs: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --space-s: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --space-m: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --space-l: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --space-xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem); --space-2xl: clamp(3.91rem, calc(0.022222222222222216 * (100vw - 36rem) + 3.91rem), 6.31rem); --space-3xl: clamp(4.88rem, calc(0.03277777777777778 * (100vw - 36rem) + 4.88rem), 8.42rem); --space-4xl: clamp(6.1rem, calc(0.04740740740740742 * (100vw - 36rem) + 6.1rem), 11.22rem); --space-5xl: clamp(7.63rem, calc(0.06787037037037037 * (100vw - 36rem) + 7.63rem), 14.96rem);}.text-primary { color: var(--primary); }.text-primary-l-1 { color: var(--primary-l-1); }.text-primary-l-2 { color: var(--primary-l-2); }.text-primary-l-3 { color: var(--primary-l-3); }.text-primary-d-1 { color: var(--primary-d-1); }.text-primary-d-2 { color: var(--primary-d-2); }.text-primary-d-3 { color: var(--primary-d-3); }.bg-gray { background-color: var(--gray); }.bg-gray-l-1 { background-color: var(--gray-l-1); }.bg-gray-l-2 { background-color: var(--gray-l-2); }.bg-gray-l-3 { background-color: var(--gray-l-3); }.bg-gray-l-4 { background-color: var(--gray-l-4); }.bg-gray-d-1 { background-color: var(--gray-d-1); }.bg-gray-d-2 { background-color: var(--gray-d-2); }.bg-gray-d-3 { background-color: var(--gray-d-3); }.bg-gray-d-4 { background-color: var(--gray-d-4); }.text-gray { color: var(--gray); }.text-gray-l-1 { color: var(--gray-l-1); }.text-gray-l-2 { color: var(--gray-l-2); }.text-gray-l-3 { color: var(--gray-l-3); }.text-gray-l-4 { color: var(--gray-l-4); }.text-gray-d-1 { color: var(--gray-d-1); }.text-gray-d-2 { color: var(--gray-d-2); }.text-gray-d-3 { color: var(--gray-d-3); }.text-gray-d-4 { color: var(--gray-d-4); }.text-white { color: var(--white); }.text-black { color: var(--black); }