/* CON suite shared design system — served read-only at /data/design.css (map-app)
   and http://localhost:8300/con-map/out/design.css (any other app).
   Font: Exo 2 (the game's own UI font — open SIL OFL licence). */

@font-face { font-family: "Exo 2"; src: url("fonts/Exo2-Light.woff") format("woff"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Exo 2"; src: url("fonts/Exo2-Regular.woff") format("woff"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Exo 2"; src: url("fonts/Exo2-SemiBold.woff") format("woff"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Exo 2"; src: url("fonts/Exo2-Bold.woff") format("woff"); font-weight: 700; font-display: swap; }

:root {
  /* palette — game-style dark military UI */
  --con-font: "Exo 2", -apple-system, "Segoe UI", system-ui, sans-serif;
  --con-bg: #0e141b;          /* app background */
  --con-panel: #161d27;       /* cards / side panels */
  --con-panel-2: #1b2430;     /* raised cards */
  --con-edge: #2a3542;        /* borders */
  --con-gold: #e8b437;        /* primary accent (own team / actions) */
  --con-blue: #3b82c4;        /* secondary accent (enemy team) */
  --con-txt: #e7ecf2;
  --con-dim: #8b98a8;
  --con-danger: #ff2d78;      /* frontline / alerts */
  /* assets */
  --con-splash: url("art/splash/launcher_background_ww3.png");
}
