: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; --foreground: #1f1e1b; --border: #e0e5eb; --background: #FAFAF7; --muted-foreground: #6b7280; --primary-glow: #1E6DD8; --white: #ffffff; --primary-glow-d-1: #1b63c4; --primary-glow-d-2: #1959b1; --primary-glow-d-3: #164f9d; --primary-glow-d-4: #134589; --primary-glow-d-5: #103b76; --primary-glow-d-6: #0e3262; --primary-glow-d-7: #0b284f; --primary-glow-d-8: #081e3b; --primary-glow-d-9: #051427; --primary-glow-d-10: #030a14; --primary: #1E6DD8; --background-light: #f9fafc; --light-grey: #F0F4F8; --white-t-1: hsla(0, 0%, 100%, 0.09); --white-t-2: hsla(0, 0%, 100%, 0.18); --white-t-3: hsla(0, 0%, 100%, 0.27); --white-t-4: hsla(0, 0%, 100%, 0.36); --white-t-5: hsla(0, 0%, 100%, 0.45); --white-t-6: hsla(0, 0%, 100%, 0.55); --white-t-7: hsla(0, 0%, 100%, 0.64); --white-t-8: hsla(0, 0%, 100%, 0.73); --white-t-9: hsla(0, 0%, 100%, 0.82); --white-t-10: hsla(0, 0%, 100%, 0.91); --background-light-d-1: #e2e3e5; --background-light-d-2: #cccdce; --background-light-d-3: #b5b6b7; --background-light-d-4: #9e9fa0; --background-light-d-5: #888889; --background-light-d-6: #717273; --background-light-d-7: #5b5b5c; --background-light-d-8: #444445; --background-light-d-9: #2d2d2e; --background-light-d-10: #171717; --bg-darkmode: #f9fafc; --text-2xs: clamp(0.72rem, calc(-0.0012037037037037038 * (100vw - 36rem) + 0.72rem), 0.59rem); --text-xs: clamp(0.9rem, calc(-0.0010185185185185184 * (100vw - 36rem) + 0.9rem), 0.79rem); --text-s: clamp(1.12rem, calc(-0.0006481481481481487 * (100vw - 36rem) + 1.12rem), 1.05rem); --text-m: clamp(1.4rem, calc(0 * (100vw - 36rem) + 1.4rem), 1.4rem); --text-l: clamp(1.75rem, calc(0.0011111111111111122 * (100vw - 36rem) + 1.75rem), 1.87rem); --text-xl: clamp(2.19rem, calc(0.00277777777777778 * (100vw - 36rem) + 2.19rem), 2.49rem); --text-2xl: clamp(2.73rem, calc(0.005462962962962962 * (100vw - 36rem) + 2.73rem), 3.32rem); --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);}.text-foreground { color: var(--foreground); }.bg-foreground { background-color: var(--foreground); }