/*
 * GENERATED. Do not edit -- edit brand/tokens.json's inputs and run
 * tools/site/build.py. Every value here is either measured off
 * assets/wingman_logo.png or derived from a measured value by a rule
 * stated in the seal; site/styles.css holds no colour of its own, for
 * the same reason frontend/src/styles/app.css holds none.
 */
:root {
  --surface-base: #010a17;
  --surface-raised: #02152f;
  --surface-overlay: #031c42;
  --surface-float: #032350;
  --ink-primary: #dcd8cd;
  --ink-secondary: #b5b3ac;
  --ink-muted: #8d8e8b;
  --accent-gold: #73501a;
  --accent-gold-deep: #836021;
  --accent-gold-text: #b8802a;
  --accent-field: #012216;
  --accent-plume: #139f5d;
  --accent-leather: #3a1d0c;
  --gold-shadow: #51350c;
  --gold-body: #73501a;
  --gold-highlight: #c9a050;
  --field-shadow: #011710;
  --field-body: #012216;
  --field-highlight: #042d1e;
  --plume-shadow: #01120a;
  --plume-body: #042214;
  --plume-highlight: #113525;
  --ink-on-gold: #010a17;
  --font-sans: "Inter", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", "Cascadia Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --type-floor: 11px;
  --crest-clear-space: 0.06;
}
