:root {
    /* Colors */
    --primary: #1A365D;        /* Ana renk - Koyu Lacivert */
    --primary-hover: #2A4365;  /* Hover rengi */
    --secondary: #E2E8F0;      /* İkincil renk */
    --accent: #C6A969;         /* Vurgu rengi (altın) */
    --accent-hover: #D4B878;
    
    /* Text */
    --text: #2D3748;           /* Metin rengi */
    --text-light: #718096;     /* Açık metin */
    
    /* Backgrounds */
    --bg: #F7FAFC;             /* Arka plan */
    --bg-dark: #1A202C;        /* Koyu arka plan */
    --white: #FFFFFF;
    
    /* Status */
    --success: #38A169;
    --error: #E53E3E;
    --warning: #D69E2E;
    --info: #3182CE;
    --whatsapp: #25D366;
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    
    /* UI Elements */
    --radius: 12px;
    --radius-sm: 8px;
    --radius-lg: 16px;
    
    /* Shadows */
    --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);
    --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 25px 50px rgba(0, 0, 0, 0.15);
    
    /* Animation */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
