:root {
    --primary-color: #ed1c35 !important;   /* Ana renk (navbar, butonlar) */
    --primary-dark: #152b47 !important;    /* Koyu versiyon (hover efektleri) */
    --primary-light: #2d5a8f !important;   /* Açık versiyon (hafif arka planlar) */
    --secondary-color: #4a90e2 !important; /* İkincil renk */
    --accent-color: #f39c12 !important;    /* Vurgu rengi */
    --success-color: #27ae60 !important;   /* Başarı mesajları */
    --danger-color: #e74c3c !important;    /* Hata/uyarı */
    --dark-color: #ffffff !important;      /* Koyu arka plan */
    --light-color: #ecf0f1 !important;     /* Açık arka plan */
    --text-dark: #333333 !important;       /* Koyu yazı */
    --text-light: #ffffff !important;      /* Açık yazı */
}
