/* Merk-tokens. Het enige CSS-bestand dat per merk verschilt. */

  #cvchrome{
    --teal:#0A6E6E; --teal-dark:#064E4E; --teal-soft:#3E9A8E; --teal-light:#E6F5F5;
    --ink:#1A1A2E; --ink-soft:#2D3142; --muted:#5C5C6D; --copper:#C17F3E;
    --bg:#FAFAF8; --bg-alt:#F2F1EE; --line:#E4E2DC;
    --foot-bg:#2A2E39; --foot-bg2:#23272F; --foot-line:rgba(255,255,255,.12); --foot-txt:rgba(255,255,255,.68);
    --ev-high:#2E7D4F; --ev-mid:#D4830A; --ev-low:#8B93A3; --ev-empty:#D9D8D2;
    --serif:"DM Serif Display",Georgia,serif;
    --sans:"DM Sans",system-ui,-apple-system,Segoe UI,sans-serif;
    font-family:var(--sans); color:var(--ink); box-sizing:border-box; -webkit-font-smoothing:antialiased;
  }