/* Dream Chaser Elite - brand tokens.
   Source: scanned from the academy's live site (dreamchaserelite.com) on 2026-09-17:
   black field, white outlined block-letter logo.
   Primary changed from signal red #FA3E2F to teal #00798D on 2026-09-24 (Jelani's 9/22 review, ticket 1de8cb77).
   --dce-accent-text is the same teal lifted for small text on the black field: #00798D is only 3.9:1 there,
   #1FA3B8 is 6.6:1. Fills, buttons and borders keep the exact brand teal (white on it is 5.1:1).
   brand: "custom", so this file IS the brand. Loaded before site.css on every page. */
:root {
  --dce-ink: #0a0a0b;
  --dce-panel: #0f0f11;
  --dce-panel-2: #141416;
  --dce-line: #26262a;
  --dce-text: #f6f4ef;
  --dce-muted: #a09b93;
  --dce-accent: #00798d;
  --dce-accent-text: #1fa3b8;
  --dce-accent-hi: #19a0b5;
  --dce-accent-soft: rgba(0, 121, 141, 0.16);
  --dce-accent-glow: rgba(0, 150, 175, 0.55);
  --dce-font-display: "Anton", "Archivo Black", Impact, sans-serif;
  --dce-font-logo: "Squada One", "Anton", Impact, sans-serif; /* closest web face to the chamfered block logo */
  --dce-font-body: "Archivo", "Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}
