: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: #0D1722; --secondary: #F4F4F4; --text: #3B3D3F; --accent-brick: #D4A574; --accent-teal: #8FA8B8; --divider: #959DB4; --primary-l-1: #3d454e; --primary-l-2: #6e747a; --primary-l-3: #9ea2a7; --primary-l-4: #cfd1d3; --primary-d-1: #0a121b; --primary-d-2: #080e14; --primary-d-3: #05090e; --primary-d-4: #030507; --secondary-l-1: #f6f6f6; --secondary-l-2: #f8f8f8; --secondary-l-3: #fbfbfb; --secondary-l-4: #fdfdfd; --secondary-d-1: #c3c3c3; --secondary-d-2: #929292; --secondary-d-3: #626262; --secondary-d-4: #313131; --accent-brick-d-1: #aa845d; --accent-brick-d-2: #7f6346; --accent-brick-d-3: #55422e; --accent-brick-d-4: #2a2117; --divider-d-1: #777e90; --divider-d-2: #595e6c; --divider-d-3: #3c3f48; --divider-d-4: #1e1f24; --space-2xs: clamp(0.82rem, calc(0.0018518518518518526 * (100vw - 36rem) + 0.82rem), 1.02rem); --space-xs: clamp(1.02rem, calc(0.0024074074074074076 * (100vw - 36rem) + 1.02rem), 1.28rem); --space-s: clamp(1.28rem, calc(0.0029629629629629637 * (100vw - 36rem) + 1.28rem), 1.6rem); --space-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --space-l: clamp(2rem, calc(0.004629629629629629 * (100vw - 36rem) + 2rem), 2.5rem); --space-xl: clamp(2.5rem, calc(0.005833333333333333 * (100vw - 36rem) + 2.5rem), 3.13rem); --space-2xl: clamp(3.13rem, calc(0.0072222222222222245 * (100vw - 36rem) + 3.13rem), 3.91rem); --h5: clamp(1.15rem, calc(0.005925925925925927 * (100vw - 36rem) + 1.15rem), 1.79rem); --h4: clamp(1.44rem, calc(0.00740740740740741 * (100vw - 36rem) + 1.44rem), 2.24rem); --h3: clamp(1.8rem, calc(0.009259259259259257 * (100vw - 36rem) + 1.8rem), 2.8rem); --h2: clamp(2.25rem, calc(0.011574074074074073 * (100vw - 36rem) + 2.25rem), 3.5rem); --h1: clamp(2.81rem, calc(0.014537037037037036 * (100vw - 36rem) + 2.81rem), 4.38rem); --text-2xs: clamp(0.82rem, calc(-0.0012962962962962954 * (100vw - 36rem) + 0.82rem), 0.68rem); --text-xs: clamp(1.02rem, calc(-0.0011111111111111111 * (100vw - 36rem) + 1.02rem), 0.9rem); --text-s: clamp(1.28rem, calc(-0.0007407407407407414 * (100vw - 36rem) + 1.28rem), 1.2rem); --text-m: clamp(1.6rem, calc(0 * (100vw - 36rem) + 1.6rem), 1.6rem); --text-l: clamp(2rem, calc(0.0012037037037037027 * (100vw - 36rem) + 2rem), 2.13rem); --text-xl: clamp(2.5rem, calc(0.003148148148148147 * (100vw - 36rem) + 2.5rem), 2.84rem); --text-2xl: clamp(3.13rem, calc(0.006111111111111112 * (100vw - 36rem) + 3.13rem), 3.79rem);}.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); }