/*
 * ZT Brand Tokens — Zelene Tehnologije
 * Izvor: ZT Brand Identity Guidelines, May 2026
 * Uključi PRIJE application CSS-a.
 * Fontovi: linkaj ~/Content/fonts/css/satoshi.css zasebno.
 */

:root {
    /* ── Raw skala ────────────────────────────────────────────── */
    /* Blue */
    --zt-blue-900: #071B3A;
    --zt-blue-800: #0B2A5C;
    --zt-blue-700: #003FB2;
    --zt-blue-600: #0056C7;
    --zt-blue-500: #0074E1;
    --zt-blue-400: #00ACF1;
    --zt-blue-100: #EAF3FF;
    /* Green & Cyan */
    --zt-green-700: #009E56;
    --zt-green-600: #00C46A;
    --zt-green-500: #00D479;
    --zt-green-400: #00DA98;
    --zt-cyan-600: #0E8F9A;
    --zt-cyan-200: #00D6D3;
    /* Neutrals */
    --zt-grey-900: #0E1922;
    --zt-grey-500: #646670;
    --zt-grey-400: #979AA6;
    --zt-grey-300: #BABDC7;
    --zt-grey-200: #D9DAE5;
    --zt-white: #FFFFFF;
    /* ── Semantic tokens ──────────────────────────────────────── */
    /* Surfaces */
    --color-bg: var(--zt-white);
    --color-surface: var(--zt-white);
    --color-surface-muted: var(--zt-grey-200);
    --color-surface-tint: var(--zt-blue-100);
    --color-nav: var(--zt-blue-900);
    --color-nav-alt: var(--zt-blue-800);
    /* Text */
    --color-heading: var(--zt-blue-900);
    --color-heading-section: var(--zt-blue-800);
    --color-text: var(--zt-grey-900);
    --color-text-secondary: var(--zt-grey-500);
    --color-text-on-dark: var(--zt-white);
    /* Interactive */
    --color-link: var(--zt-blue-700);
    --color-primary: var(--zt-blue-700);
    --color-primary-hover: var(--zt-blue-800);
    --color-focus-ring: var(--zt-blue-500);
    /* Accents */
    --color-accent: var(--zt-green-600);
    --color-success: var(--zt-green-600);
    --color-accent-cyan: var(--zt-cyan-200);
    /* Borders */
    --color-border: var(--zt-grey-300);
    --color-divider: var(--zt-grey-300);
    /* ── Gradients ────────────────────────────────────────────── */
    --zt-gradient-brand: linear-gradient( 135deg, var(--zt-blue-700) 0%, var(--zt-blue-400) 55%, var(--zt-green-600) 100% );
    --zt-gradient-brand-conic: conic-gradient( from 180deg, #003FB2, #00ACF1, #00C46A, #003FB2 );
    /* ── Typography ───────────────────────────────────────────── */
    --zt-font-sans: "Satoshi", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
}
