/* NurShield palette — overrides the Askin Academy defaults in style.css.
   Loaded after style.css via BRAND_CSS, so only the variables change. */
:root {
  --teal: #5EC8C8;
  --teal-soft: #8FDCDC;
  --teal-dark: #3FA8A8;
  --gold: #A8BCC8;
  --gold-dark: #8FA4B2;

  /* aliases kept so existing rules map to the new palette */
  --blue: #5EC8C8;
  --blue-dark: #0e1a1f;
  --sky: #8FDCDC;
  --green: #5EC8C8;

  --bg: #0B0F14;
  --surface: #121820;
  --surface-2: #1A222C;
  --ink: #F2F5F7;
  --muted: #8B98A5;
  --line: #24303C;
}

/* The shield is a line drawing: it needs a little more room than a wordmark. */
.logo-mark { height: 34px; }
.footer-logo { height: 92px; }
