/* ── SHARED: Novo Legal Brand Tokens + Reset ── */
/* Loaded by both fido.html (staff) and client.html (client portal) */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:              #08314d;
  --gold:              #fec256;
  --gold-dk:           #e0a832;
  --bg:                #f5f8fa;
  --white:             #ffffff;
  --border:            #e0e6eb;
  --muted:             #6b7f8e;
  --text:              #08314d;
  --danger:            #c0392b;
  --success:           #2e7d32;
  --success-bg:        #eaf4eb;
  --sidebar-active-bg: #e8f0f5;
  --sidebar-active-text: #08314d;
}
