: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: #111111; --background-l-1: #272727; --background-l-2: #3c3c3c; --background-l-3: #525252; --background-l-4: #686868; --background-l-5: #7d7d7d; --background-l-6: #939393; --background-l-7: #a8a8a8; --background-l-8: #bebebe; --background-l-9: #d4d4d4; --background-l-10: #e9e9e9; --default-text: #F0F0F0; --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);}.bg-background { background-color: var(--background); }.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-l-5 { background-color: var(--background-l-5); }.bg-background-l-6 { background-color: var(--background-l-6); }.bg-background-l-7 { background-color: var(--background-l-7); }.bg-background-l-8 { background-color: var(--background-l-8); }.bg-background-l-9 { background-color: var(--background-l-9); }.bg-background-l-10 { background-color: var(--background-l-10); }