/* =====================================================================
   THEME · HEG Genève — blue, red, black on white.  HEG/statistics.
   Values taken from heg.hesge.ch's own stylesheet (main.css): the deep
   blue #002C46 is the brand's dominant colour, #FF3127 its highlight red,
   #24272A the text black; the logo's bar is #CC0000. HEG sets its type in
   Clarika, a licensed face this repo cannot ship, so the stack falls back
   to Helvetica/Arial — which is also HEG's own fallback.
   See sumas.css for what the two naming layers are and why.
   ===================================================================== */
:root{
  --accent-deep:#A30000;
  --accent:#CC0000;
  --accent-bright:#FF3127;
  --accent-glow:#FF3127;
  --accent-pale:#FFF0EF;
  --navy:#002C46;
  --navy-deep:#001A2B;
  --surface:#F6F7F7;
  --surface-2:#DADFE2;
  --ink:#24272A;
  --ink-soft:#3C4650;
  --grey:#5F6B76;
  --white:#FFFFFF;
  --card:#FFFFFF;

  --gold:#C9A227;
  --gold-soft:#8a6d14;
  --terra:#CC0000;
  --plum:#5B3DB8;
  --teal:#0B7285;
  --ok:#2F855A;
  --no:#CC0000;

  --line:#DADFE2;
  --shadow:0 18px 50px -24px rgba(0,44,70,0.28);

  --green-deep:var(--navy);
  --green:var(--accent);
  --green-bright:var(--accent-bright);
  --green-glow:var(--accent-glow);
  --green-pale:var(--accent-pale);
  --sand:var(--surface);
  --sand-deep:var(--surface-2);
}
