:root {
    /* Colors */
    --graphite-900: #0f172a;
    --graphite-800: #111827;
    --graphite-700: #1f2933;
    --graphite-600: #374151;
    --graphite-500: #4b5563;

    --ink: #0b1220;
    --muted: #6b7280;
    --border: rgba(15, 23, 42, 0.12);

    --gold: #a88a4a;
    --gold-soft: #c7b37a;

    --bg: #ffffff;
    --bg-muted: #f4f5f7;
    --bg-dark: #0f172a;

    /* Typography */
    --font-sans: "Inter", system-ui, -apple-system, sans-serif;

    --h1: 56px;
    --h2: 40px;
    --h3: 22px;
    --body: 17px;
    --small: 14px;

    /* Spacing */
    --space-xl: 120px;
    --space-lg: 96px;
    --space-md: 64px;
    --space-sm: 32px;
    --space-xs: 16px;

    /* Radius */
    --radius: 14px;
}
