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

:root {
  /* EMBA X — Cross-cohort alumni network palette
     Restrained & institutional: deep navy + copper/gold accent */
  --brand-primary: #1e3a8a;         /* deep navy */
  --brand-primary-deep: #172a63;
  --brand-accent: #b45309;          /* copper */
  --brand-accent-deep: #92400e;
  --brand-name: 'EMBA X';
}

/* Cohort-specific tweaks — more editorial, less celebratory */
.hero {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}
body { color: #1e293b; }
.brand__mark { color: var(--brand-primary); }
.site-header { border-bottom-color: var(--brand-primary); }
.hero__title { color: var(--brand-primary-deep); }
