/**
 * ╔═══════════════════════════════════════════════════════════════════════════╗
 * ║                    SciQuest.io - Teme za predmete                         ║
 * ╠═══════════════════════════════════════════════════════════════════════════╣
 * ║  Opis:        Akcent barve za posamezne predmete                          ║
 * ║  Uporaba:     <body data-subject="physics">                               ║
 * ║               <div data-subject="chemistry">                              ║
 * ╚═══════════════════════════════════════════════════════════════════════════╝
 */


/* ═══════════════════════════════════════════════════════════════════════════
   FIZIKA - Modra
   ═══════════════════════════════════════════════════════════════════════════ */

[data-subject="physics"] {
    --accent: #3b82f6;
    --accent-dim: #2563eb;
    --accent-glow: rgba(59, 130, 246, 0.3);
}


/* ═══════════════════════════════════════════════════════════════════════════
   KEMIJA - Rdeča
   ═══════════════════════════════════════════════════════════════════════════ */

[data-subject="chemistry"] {
    --accent: #ef4444;
    --accent-dim: #dc2626;
    --accent-glow: rgba(239, 68, 68, 0.3);
}


/* ═══════════════════════════════════════════════════════════════════════════
   BIOLOGIJA - Zelena
   ═══════════════════════════════════════════════════════════════════════════ */

[data-subject="biology"] {
    --accent: #22c55e;
    --accent-dim: #16a34a;
    --accent-glow: rgba(34, 197, 94, 0.3);
}


/* ═══════════════════════════════════════════════════════════════════════════
   TEHNIKA - Teal
   ═══════════════════════════════════════════════════════════════════════════ */

[data-subject="technology"] {
    --accent: #14b8a6;
    --accent-dim: #0d9488;
    --accent-glow: rgba(20, 184, 166, 0.3);
}


/* ═══════════════════════════════════════════════════════════════════════════
   MEHANIKA - Rumena/Zlata
   ═══════════════════════════════════════════════════════════════════════════ */

[data-subject="mechanics"] {
    --accent: #f59e0b;
    --accent-dim: #d97706;
    --accent-glow: rgba(245, 158, 11, 0.3);
}


/* ═══════════════════════════════════════════════════════════════════════════
   KONEC DATOTEKE
   ═══════════════════════════════════════════════════════════════════════════ */
