/* ============================================================
   THEME TOKENS: Archive Terminal
   VARIANT: "Classified Dossier" (Manila, Typewriter, Stamps)
   Source: Experiment9.html
============================================================ */

/* Fonts are loaded via <link> in the page head:
   Cinzel, Courier Prime, Spectral
*/

:root {
  /* --- PALETTE --- */
  --wall: #4a453d;          /* Dark Desk Surface */
  --plate: #e8e0cc;         /* Manila Folder */
  --paper: #fdfbf7;         /* White Paper Inside */
  --recess: #d6ceba;        /* Darker Manila */

  --ink: #1a1a1a;           /* Typewriter Ribbon Black */
  --stamp: #b83232;         /* "TOP SECRET" Red */
  --accent: #2c3e50;        /* Navy Ink */

  /* --- SHADOWS (Hard & Flat) --- */
  --shadow-plate:
    4px 4px 0px rgba(0,0,0,0.3);

  --shadow-paper:
    1px 1px 0px rgba(0,0,0,0.1),
    0px 0px 4px rgba(0,0,0,0.1);

  /* --- FONTS --- */
  --font-label: 'Courier Prime', monospace; /* monospace headers */
  --font-body: 'Spectral', serif;
  --font-data: 'Courier Prime', monospace;
}

/* Theme lock helper (matches your boot/head convention) */
html[data-theme="archive-terminal"],
:root[data-theme="archive-terminal"] {
  color-scheme: light;
}
