:root {
    /* Ana Renkler */
    --color-primary: #6b4423;
    --color-primary-dark: #4a2f18;
    --color-primary-light: #8b5e3c;
    --color-gold: #c9a86b;
    --color-gold-dark: #b08d4f;
    --color-gold-light: #d4b87a;

    /* Arka plan renkleri */
    --color-bg: #faf7f2;
    --color-bg-light: #ffffff;
    --color-bg-cream: #f8f4ed;
    --color-bg-section: #f8f4ed;

    /* Metin renkleri */
    --color-text: #2c2014;
    --color-text-light: #5d4e3c;
    --color-text-muted: #8b7e6b;
    --color-border: #e6dccd;

    /* Bileşen renkleri */
    --color-accent: #c9a86b;
    --color-button: #6b4423;
    --color-button-text: #ffffff;
    --color-link: #6b4423;
    --color-heading: #2c2014;
    --color-card-bg: #ffffff;

    /* Header */
    --color-header-bg: #ffffff;
    --color-header-text: #2c2014;
    --color-menu-text: #2c2014;
    --color-menu-hover: #c9a86b;

    /* Topbar */
    --color-topbar-bg: #4a2f18;

    /* Footer */
    --color-footer-bg: #4a2f18;
    --color-footer-text: #faf7f2;

    /* Durum renkleri (sabit) */
    --color-success: #4a7c59;
    --color-error: #c0392b;
    --color-warning: #d68910;

    /* Tipografi */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Boyutlar */
    --container-width: 1280px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    /* Gölgeler */
    --shadow-sm: 0 2px 8px rgba(107, 68, 35, 0.08);
    --shadow-md: 0 4px 16px rgba(107, 68, 35, 0.10);
    --shadow-lg: 0 8px 32px rgba(107, 68, 35, 0.12);
    --shadow-xl: 0 16px 48px rgba(107, 68, 35, 0.16);

    /* Geçişler */
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}