: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: #FCEA30; --secondary: #3042fc; --gray: 737373; --secondary-l-0: #5261fd; --secondary-l-1: #7581fd; --secondary-l-2: #98a1fe; --secondary-l-3: #bac0fe; --secondary-l-4: #dde0ff; --secondary-d-0: #2837d2; --secondary-d-1: #202ca8; --secondary-d-2: #18217e; --secondary-d-3: #101654; --secondary-d-4: #080b2a; --primary-l-1: #fcee68; --primary-l-2: #fcf28e; --primary-l-3: #fdf6ad; --primary-l-4: #fdf9ca; --primary-l-5: #fefce5; --primary-d-1: #c6b723; --primary-d-2: #928717; --primary-d-3: #7e7518; --primary-d-4: #353104; --primary-d-5: #0e0c00; --white: #FBFBFF; --black: #171717; --gray-l-1: #a3a3a3; --gray-l-2: #d6d3d1; --gray-l-3: #e5e5e5; --gray-l-4: #f5f5f5; --gray-l-5: #fafafa; --gray-d-1: #525252; --gray-d-2: #404040; --gray-d-3: #262626; --gray-d-4: #171717; --gray-d-5: #0a0a0a; --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); --space-3xl: clamp(3.91rem, calc(0.022222222222222216 * (100vw - 36rem) + 3.91rem), 6.31rem); --text-2xs: clamp(0.87rem, calc(-0.0017592592592592588 * (100vw - 36rem) + 0.87rem), 0.68rem); --text-xs: clamp(1.04rem, calc(-0.0012962962962962965 * (100vw - 36rem) + 1.04rem), 0.9rem); --text-s: clamp(1.25rem, calc(-0.00046296296296296336 * (100vw - 36rem) + 1.25rem), 1.2rem); --text-m: clamp(1.5rem, calc(0.0009259259259259267 * (100vw - 36rem) + 1.5rem), 1.6rem); --text-l: clamp(1.8rem, calc(0.003055555555555554 * (100vw - 36rem) + 1.8rem), 2.13rem); --text-xl: clamp(2.16rem, calc(0.006296296296296294 * (100vw - 36rem) + 2.16rem), 2.84rem); --text-2xl: clamp(2.59rem, calc(0.011111111111111113 * (100vw - 36rem) + 2.59rem), 3.79rem); --text-3xl: clamp(3.11rem, calc(0.017962962962962962 * (100vw - 36rem) + 3.11rem), 5.05rem); --text-4xl: clamp(3.73rem, calc(0.027777777777777783 * (100vw - 36rem) + 3.73rem), 6.73rem);}.bg-black { background-color: var(--black); }