/* ================================================
   Axiomed — Design tokens (shared CSS variables)
   ================================================ */

:root {
    --blue:    #3798da;
    --blue-dk: #2578b5;
    --dark:    #0f2a3f;
    --gray:    #f4f7fb;
    --text:    #2c3e50;
    --muted:   #6c757d;
    --radius:  12px;
    --shadow:  0 4px 24px rgba(0,0,0,0.08);
}
