: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; --border-color: #e2e8f0; --color-bg: #FAF8F3; --color-surface: #EDE8DC; --color-border: #D4C9B8; --color-text: #1A1A1A; --color-muted: #A29894; --color-accent: #974C21; --color-text-l-1: #2f2f2f; --color-text-l-2: #444444; --color-text-l-3: #585858; --color-text-l-4: #6d6d6d; --color-text-l-5: #828282; --color-text-l-6: #979797; --color-text-l-7: #acacac; --color-text-l-8: #c1c1c1; --color-text-l-9: #d5d5d5; --color-text-l-10: #eaeaea; --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-color-bg { background-color: var(--color-bg); }.border-color-border { border-color: var(--color-border); }.text-color-text { color: var(--color-text); }.text-color-text-l-1 { color: var(--color-text-l-1); }.text-color-text-l-2 { color: var(--color-text-l-2); }.text-color-text-l-3 { color: var(--color-text-l-3); }.text-color-text-l-4 { color: var(--color-text-l-4); }.text-color-text-l-5 { color: var(--color-text-l-5); }.text-color-text-l-6 { color: var(--color-text-l-6); }.text-color-text-l-7 { color: var(--color-text-l-7); }.text-color-text-l-8 { color: var(--color-text-l-8); }.text-color-text-l-9 { color: var(--color-text-l-9); }.text-color-text-l-10 { color: var(--color-text-l-10); }