/* ─────────────────────────────────────────────────────────────────────────────
   theme/assets/css/theme.css
   ─────────────────────────────────────────────────────────────────────────────
   This file is loaded AFTER the core assets/css/style.css.
   Override any CSS custom property or add new styles here.
   The core file must never be edited — make all changes in this file.
   ───────────────────────────────────────────────────────────────────────────── */

:root {
  /* Colour Palette — change these to rebrand the entire site */
  --primary:    #1a365d;   /* Navy — headings, nav, buttons */
  --accent:     #2c7a7b;   /* Teal — CTAs, highlights, links */
  --background: #ffffff;
  --foreground: #0f172a;
  --muted:      #475569;
  --border:     #cbd5e1;
}

/* ── Typography Adjustments ──────────────────────────────────────────────── */
/* Uncomment to change the base body size:
body {
  font-size: 18px;
}
*/

/* ── Custom Styles ───────────────────────────────────────────────────────── */
/* Add any theme-specific styles below this line */
