/* ============================================================
   DESIGN TOKENS — Ashbury College
   ------------------------------------------------------------
   PER-SCHOOL FILE. Re-skin by editing only this file.
   Palette: deep navy + school red. Identity B approved.
   Fonts: Playfair Display (serif) + Nunito Sans (sans).
   ============================================================ */
:root{
  /* Brand palette ------------------------------------------- */
  --navy:        #0E1A2B;   /* deep ink navy — anchor / dark sections */
  --navy-2:      #1C2F45;
  --accent:      #C8202E;   /* school red */
  --accent-dark: #A4131F;

  /* Neutrals ------------------------------------------------- */
  --ink:    #1b2430;
  --muted:  #5c6068;
  --line:   rgba(14,26,43,.13);
  --paper:  #F9F8F4;
  --paper-2:#DDE3EE;
  --white:  #ffffff;

  /* Type ----------------------------------------------------- */
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans:  'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --fs-hero: clamp(2.6rem, 5.5vw, 4.8rem);
  --fs-h2:   clamp(1.9rem, 3.4vw, 3rem);
  --fs-h3:   1.35rem;
  --fs-lead: clamp(1.05rem, 1.5vw, 1.3rem);
  --eyebrow: .16em;

  /* Shape ---------------------------------------------------- */
  --r-md: 14px;
  --r-lg: 26px;
  --r-pill: 999px;
  --maxw: 1180px;
  --shadow: 0 18px 50px -22px rgba(14,26,43,.42);
}
           