:root {


    /* Brand colours extracted from Sewear logo */
    --color-primary: #7c0048;
    --color-primary-dark: #5e0036;
    --color-primary-light: #a03a70;
    --color-secondary: #e5e2e7;
    --color-secondary-dark: #c8c2cc;
    --color-accent: #b58a9b;

    /* Semantic text/background colours */
    --color-text-black: #1f1720;
    --color-text-white: #ffffff;
    --color-text-muted: #5c4f5d;
    --color-text-subtle: #666666;
    --color-text-inverse: #ffffff;
    --color-bg-default: #fafaef;
    /* Journal / collections editorial blocks (image + text) */
    --color-bg-cream: #f9f8f3;
    --color-bg-light: #f8f5f8;
    --color-bg-muted: #f1f0e8;
    --color-bg-dark: #2b0f24;
    --color-border: #ddd5df;
    --color-border-dark: #b9adbb;
    --color-border-soft: rgba(31, 23, 32, 0.05);
    --color-border-faint: rgba(31, 23, 32, 0.1);
    --color-overlay-dark: rgba(31, 23, 32, 0.3);

    /* Typography */
    --font-primary: "Playfair Display", Georgia, "Times New Roman", serif;
    --font-secondary: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-heading: var(--font-primary);
    --font-body: var(--font-secondary);

    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-md: 1.125rem;
    --font-size-lg: 1.25rem;
    --font-size-xl: 1.5rem;
    --font-size-2xl: 2rem;

    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    --line-height-tight: 1.2;
    --line-height-base: 1.6;
    --line-height-loose: 1.8;

    /* Spacing */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 6rem;

    /* Layout */
    --drawer-cart-max-width: 28.125rem;
    --drawer-cart-image-width: 7.5rem;

    /* Radius / shadow / motion */
    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 1rem;
    --radius-full: 9999px;

    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
    --transition-slow: 400ms ease;

    /* Z-index */
    --z-sticky: 1000;
    --z-overlay: 1100;
    --z-modal: 1200;

    /* Homepage newsletter block (defaults; Customizer may override via inline CSS on .home-newsletter) */
    --home-newsletter-content-max: 32rem;
    --home-newsletter-title-color: var(--color-text-black);
    --home-newsletter-body-color: var(--color-text-muted);
    --home-newsletter-cta-color: var(--color-text-black);
}
