/* ============================================
   Tema: Mavi-Gri (tema-mavi)
   Palet: #005f73, #4a4e69, #9a8c98
   ============================================ */
:root {
    --primary: #005f73;
    --primary-dark: #004a5a;
    --primary-light: #0a7d8c;
    --primary-ghost: rgba(0,95,115,0.06);

    --secondary: #4a4e69;
    --accent: #e76f51;

    --bg: #f5f3f0;
    --card-bg: #ffffff;
    --heading: #2b2d42;
    --text: #3d3f52;
    --text-muted: #9a8c98;
    --border: #e4e0dc;

    --header-bg: rgba(255,255,255,0.92);
    --footer-bg: #2b2d42;
    --footer-border: rgba(255,255,255,0.08);
    --footer-text: #c4bfc6;
    --footer-heading: #f0ede9;
    --footer-muted: #9a8c98;
}
