:root {
    --primary-color: #fbbc05 !important;   /* Ana renk - kalem/sarı ton */
    --primary-dark: #1c1c1c !important;    /* Koyu versiyon - saat çerçevesi ve metin */
    --primary-light: #3c3c3c !important;   /* Açık gri ton - zemin ve hover efektleri */
    --secondary-color: #e0a800 !important; /* İkincil renk - vurgu veya ikonlar */
    --accent-color: #ffcc33 !important;    /* Vurgu rengi - canlı sarı */
    --success-color: #27ae60 !important;   /* Başarı mesajları (nötr tutularak) */
    --danger-color: #e74c3c !important;    /* Hata/uyarı */
    --dark-color: #000000 !important;      /* Koyu arka plan */
    --light-color: #f7f7f7 !important;     /* Açık arka plan */
    --text-dark: #222222 !important;       /* Koyu yazı */
    --text-light: #ffffff !important;      /* Açık yazı */
}
