/* Clinical Calm — design tokens. Swap this file to re-theme (Garnet & Gold, Civic Heritage). */
:root {
    /* brand */
    --primary: #0E6E66;
    --primary-deep: #0B4E48;
    --primary-soft: #2A8A80;
    --ink: #16313A;
    --ink-soft: #22454D;
    --accent: #C77E22;
    --accent-soft: #E9B877;
    /* surfaces */
    --bg: #EAF3F2;
    --surface: #FFFFFF;
    --surface-2: #F1F8F7;
    --line: #D8E6E4;
    --line-strong: #C3D7D4;
    /* ink & text */
    --text: #16313A;
    --muted: #5A6E70;
    --faint: #8AA0A0;
    /* status */
    --live: #147A57;
    --live-bg: #E4F3EC;
    --alert: #C0492E;
    --alert-bg: #FBEDE9;
    /* elevation & shape */
    --shadow: 0 1px 2px rgba(16, 49, 58, .05), 0 10px 28px rgba(16, 49, 58, .07);
    --shadow-sm: 0 1px 2px rgba(16, 49, 58, .07);
    --r: 10px;
    --r-lg: 16px;
    --maxw: 1400px;
    --fs: 1rem;
}
