/* Nigel Ball Music — shared design tokens (colors + fonts).
   Canonical source. Consumed by prototype/index.html and epk/index.html via <link>.
   Edit ONLY here — do not re-duplicate values into either HTML file's inline <style>. */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --bg:      #080808;
  --surface: #111111;
  --cream:   #f2ead8;
  --amber:   #1a8a7a;
  --amber-d: rgba(26,138,122,0.15);
  --muted:   #7c7670;
  --serif:   'DM Serif Display', Georgia, serif;
  --mono:    'Courier Prime', 'Courier New', monospace;
}
