: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; --background: 1E1E1E; --background-l-0: #434343; --background-l-1: #696969; --background-l-2: #8f8f8f; --background-l-3: #b4b4b4; --background-l-4: #dadada; --background-t-0: hsla(0, 0%, 85%, 0.17); --background-t-1: hsla(0, 0%, 71%, 0.33); --background-t-2: hsla(0, 0%, 56%, 0.5); --background-t-3: hsla(0, 0%, 41%, 0.67); --background-t-4: hsla(0, 0%, 26%, 0.83); --background-2: 535454; --white: hsl(0, 0%, 100%); --black: hsl(0, 0%, 0%); --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); --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);}.bg-background { background-color: var(--background); }.bg-background-l-0 { background-color: var(--background-l-0); }.bg-background-l-1 { background-color: var(--background-l-1); }.bg-background-l-2 { background-color: var(--background-l-2); }.bg-background-l-3 { background-color: var(--background-l-3); }.bg-background-l-4 { background-color: var(--background-l-4); }.bg-background-t-0 { background-color: var(--background-t-0); }.bg-background-t-1 { background-color: var(--background-t-1); }.bg-background-t-2 { background-color: var(--background-t-2); }.bg-background-t-3 { background-color: var(--background-t-3); }.bg-background-t-4 { background-color: var(--background-t-4); }.bg-background-2 { background-color: var(--background-2); }.bg-white { background-color: var(--white); }.text-white { color: var(--white); }.fill-white { fill: var(--white); }.bg-black { background-color: var(--black); }.text-black { color: var(--black); }.fill-black { fill: var(--black); }.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); }