/* ─────────────────────────────────────────────────────────────
   ACME, first pass. This is the look as the generator produced it,
   before any human feedback: warm paper, indigo and ochre, hairline
   borders, uppercase tracked labels, a grotesque plus a reading serif.
   Kept as a live comparison against the current version.
   ───────────────────────────────────────────────────────────── */

:root {
  --mandant-name: "ACME";
  --tinte:      #2E2A6B;
  --tinte-tief: #211E52;
  --tinte-hell: #ECEBF5;
  --tinte-rand: #C9C6E4;

  --ocker:      #B5822A;
  --ocker-hell: #FBF2DF;
  --ocker-rand: #E8D5A6;

  --ink:      #17161F;
  --ink-2:    #55525F;
  --ink-3:    #86828F;
  --papier:   #FCFBF8;
  --grund:    #F5F2EC;
  --wash:     #EFEBE3;
  --rand:     #E1DBD0;
  --rand-fein:#EDE8DF;

  --gut:      #2F7D5B;
  --gut-hell: #E7F2EC;
  --gut-rand: #B9DCC9;
  --warn:     #A8452F;
  --warn-hell:#FAEDE9;
  --warn-rand:#E8C6BB;

  /* Grotesque for the interface, serif for what is said out loud,
     monospace for data. */
  --ui:     'Archivo', system-ui, -apple-system, sans-serif;
  --wort:   'Literata', Georgia, serif;
  --daten:  'IBM Plex Mono', ui-monospace, Menlo, monospace;

  --licht:  300;
  --normal: 400;
  --halb:   600;
  --fett:   700;

  /* Labels were set in uppercase with tracking, hard-wired in the template. */
  --label-schreibweise: uppercase;
  --label-sperrung: .14em;
  --label-groesse: .68rem;

  --r:       6px;
  --r-gross: 10px;
  --schale:  74rem;

  /* No relief in this pass: surfaces are flat, edges are hairlines. */
  --relief-grund: var(--papier);
  --relief:       none;
  --relief-innen: none;
  --relief-r:     10px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --tinte:      #A9A4E8;
    --tinte-tief: #C4C0F2;
    --tinte-hell: #1D1B33;
    --tinte-rand: #38346B;

    --ocker:      #DDAE5A;
    --ocker-hell: #2A2114;
    --ocker-rand: #574321;

    --ink:      #F2F0EA;
    --ink-2:    #A9A5A0;
    --ink-3:    #79756F;
    --papier:   #16151A;
    --grund:    #100F14;
    --wash:     #1D1C22;
    --rand:     #2C2A33;
    --rand-fein:#232228;

    --gut:      #57BA8E;
    --gut-hell: #12241C;
    --gut-rand: #275144;
    --warn:     #DE8B74;
    --warn-hell:#2A1611;
    --warn-rand:#54291E;

    --relief-grund: var(--papier);
  }
}
