/* Hallmark · genre: atmospheric · macrostructure: editorial catalogue · design-system: design.md · designed-as-app */
:root {
    --color-paper: #0D1117;
    --color-paper-2: #1A2332;
    --color-ink: #F5F0E8;
    --color-ink-2: #BDB4A8;
    --color-muted: #8B8680;
    --color-rule: rgba(184, 149, 106, 0.14);
    --color-accent: #B8956A;
    --color-accent-2: #6B2D2D;
    --color-focus: #E1BE84;
    --color-error: #D08979;
    --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-body: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --space-2xs: 0.5rem;
    --space-xs: 0.75rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 4.5rem;
    --space-3xl: 7rem;
    --text-sm: 0.875rem;
    --text-md: 1.125rem;
    --text-lg: 1.375rem;
    --text-xl: 1.75rem;
    --text-2xl: 2.25rem;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
    --dur-short: 180ms;
    --dur-medium: 320ms;
    --radius-card: 2px;
    --radius-input: 2px;
}
