/* ============================================================
   DESIGN TOKENS
   ============================================================ */

:root {
  --navy:        #1e3a5f;
  --navy-dark:   #142740;
  --navy-light:  #2d5282;
  --gold:        #b8860b;
  --gold-light:  #d4a017;
  --cream:       #faf9f6;
  --white:       #ffffff;
  --text:        #1c1917;
  --text-muted:  #6b7280;
  --border:      #e5e7eb;
  --border-dark: #d1d5db;

  --font-serif: Georgia, 'Times New Roman', serif;
  --font-sans:  system-ui, -apple-system, 'Segoe UI', sans-serif;

  --radius:  5px;
  --radius-lg: 10px;
  --shadow:  0 1px 4px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.10);

  /* Shared content column — keep .container and session form aligned */
  --container-max: 1100px;
  --container-pad: 1.5rem;
}
