/* 灵阙学院官网 design tokens — generated from website/DESIGN.md (single source).
   Loads AFTER the Typography Foundation; overrides only color/accent/brand-font. */
:root {
  --paper: #ffffff;
  --paper-alt: #f5f8fb;
  --ink: #10233b;
  --ink-soft: #41546e;
  --brand-900: #002855;
  --brand-700: #003a70;
  --brand-500: #0066b3;
  --brand-100: #d9e6f2;
  --accent-gold: #b8892d;
  --success: #1e7f4f;
  --danger: #b3261e;
  --page-max: 1120px;
  color-scheme: light;
}
