:root {
    /* Colors - Jane Iredale inspired luxury clean beauty */
    --color-primary: #8B7355;
    --color-secondary: #F5F0EB;
    --color-accent: #D4A574;
    --color-background: #FFFFFF;
    --color-text: #2C2C2C;
    --color-light: #FAF8F6;
    --color-dark: #3D3D3D;
    --color-hover: #6B5A4A;
    --color-border: #E8E4E0;
    --color-muted: #8A8A8A;

    /* Typography - Elegant serif */
    --font-primary: 'Cormorant Garamond', Georgia, serif;
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-ui: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Font sizes */
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 2rem;
    --font-size-4xl: 2.5rem;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    --spacing-3xl: 4rem;

    /* Layout */
    --max-width: 1200px;
    --content-width: 720px;
    --border-radius: 0;
    --border-radius-sm: 2px;
    --border-radius-lg: 4px;

    /* Shadows - subtle and elegant */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.08);

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
}
