:root {
    /* Colors */
    --color-bg-primary: #FBFBF9;
    --color-bg-accent: #ECECE7;
    --color-text-heading: #0A0A0A;
    --color-text-body: #474747;
    --color-accent-red: #9B2335;
    --color-white: #FFFFFF;
    --color-border: rgba(10, 10, 10, 0.1);

    /* Fonts */
    --font-body: 'EB Garamond', Georgia, serif;
    --font-heading: 'Lora', Georgia, serif;
    --font-ui: 'Encode Sans Expanded', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Font Sizes */
    --text-xs: 14px;
    --text-sm: 16px;
    --text-base: 18px;
    --text-lg: 22px;
    --text-xl: 28px;
    --text-2xl: 36px;
    --text-3xl: 48px;
    --text-4xl: 56px;

    /* Spacing */
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 40px;
    --space-xl: 52px;
    --space-2xl: 80px;

    /* Layout */
    --container-max: 1600px;
    --page-padding: 40px;
    --section-gap: 44px;

    /* Components */
    --button-height: 48px;
    --button-radius: 4px;
    --nav-height: 64px;
    --carousel-arrow-size: 40px;

    /* Letter Spacing */
    --ls-label: 2.4px;
    --ls-heading-tight: -2.4px;
    --ls-heading: -0.54px;
}
