:root {
  /* UNL Scarlet replaces coral */
  --coral: #d00000;
  --coral-dark: #9d0000;
  /* UNL Accent Blue replaces teal */
  --teal: #42a7c6;
  --teal-dark: #2e8fad;
  /* Backgrounds & surfaces */
  --bg: #fefdfa;
  --surface: #ffffff;
  /* Text */
  --text: #424240;
  --text-muted: #767674;
  /* Borders */
  --border: #e3e3e2;
  /* Shadows */
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.16);
  /* Shape */
  --radius: 4px;
  --radius-sm: 2px;
  /* Layout */
  --nav-height: 64px;
  --max-card-width: 420px;
}
