:root {

    /* Backgrounds */
    --bg-primary: #07090d;
    --bg-secondary: #0b0d13;
    --bg-tertiary: #10131a;
    --surface: #12151d;

    /* Text */
    --text-primary: #f2efe8;
    --text-secondary: #bbb6c2;
    --text-muted: #77727f;

    /* Brand */
    --gold: #d7ad61;
    --gold-soft: #b99556;
    --purple: #ba72e8;
    --purple-soft: #8f62b5;

    /* Borders */
    --border: #272b34;
    --border-light: #393d48;

    /* Typography */
    --font-body:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

    --font-display:
    Georgia,
    "Times New Roman",
    serif;

    /* Width */
    --container: 1440px;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;

    /* Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 14px;

    /* Animation */
    --transition: 180ms ease;
}
