﻿/* ===== ATLAS / SOURCE OF TRUTH ===== */
:root {
    --color-atlas-accent: #2563A6; /* nær Prodio-blå, men litt friskere */
    --color-atlas-accent-hover: #3678C2;
    --color-atlas-accent-pressed: #174A82;
    --color-atlas-accent-focus: #93C5FD;
    --color-atlas-strong: #123A63; /* dyp blå for overskrifter og tyngde */
    --color-atlas-soft: #EFF6FF; /* lys blå bakgrunn */
    --color-atlas-muted: #64748B; /* tekst / metadata */
    /* Sekundær farge for "fakta / verifisert / referanse" */
    --color-atlas-truth: #0F766E; /* dempet teal */
    --color-atlas-truth-soft: #ECFDF5;
    /* Nøytrale flater */
    --color-atlas-surface: #FFFFFF;
    --color-atlas-surface-alt: #F8FAFC;
    --color-atlas-border: #D8E2EE;
}
                                