/* Load the shared template, then override brand tokens for emba25 */
@import url("./base.css");

:root {
  /* EMBA 25 — Class of 2025 cohort palette
     Warm & celebratory: orange-forward (Bronco Orange), navy secondary */
  --brand-primary: #c8620d;         /* deeper Bronco Orange */
  --brand-primary-deep: #a04d09;
  --brand-accent: #0033A0;          /* Bronco Blue swapped to accent */
  --brand-accent-deep: #002171;
  --brand-name: 'EMBA 25';
}

/* Cohort-specific tweaks */
.hero {
  background: linear-gradient(180deg, #fff7ed 0%, #ffe8d6 100%);
}
.brand__mark { color: var(--brand-primary); }
.site-header { border-bottom-color: var(--brand-primary); }
.hero__title { color: var(--brand-primary-deep); }
