/* themes.css */

html[data-theme="archive"] {
  --page-background: #ede8dc;
  --surface: #faf7ef;
  --text: #1c1a17;
  --muted-text: #686057;
  --accent: #9f2d26;
  --accent-text: #ffffff;
  --line: #27221d;
  --font-display: "Archive Display", Georgia, serif;
  --display-weight: 650;
  --display-tracking: -0.025em;
}

html[data-theme="signal"] {
  --page-background: #f2f047;
  --surface: #fffef0;
  --text: #101010;
  --muted-text: #424200;
  --accent: #e12b1f;
  --accent-text: #ffffff;
  --line: #101010;
  --font-display: "Signal Display", Impact, sans-serif;
  --display-weight: 800;
  --display-tracking: -0.045em;
}

html[data-theme="playbill"] {
  --page-background: #3c1020;
  --surface: #f4d99c;
  --text: #f4d99c;
  --muted-text: #d9bb80;
  --accent: #ff6b35;
  --accent-text: #271018;
  --line: #f4d99c;
  --font-display: "Playbill Display", Didot, serif;
  --display-weight: 700;
  --display-tracking: 0.015em;
}

html[data-theme="field-manual"] {
  --page-background: #d2d1bb;
  --surface: #e8e7d2;
  --text: #20251f;
  --muted-text: #555d50;
  --accent: #2d563c;
  --accent-text: #ffffff;
  --line: #20251f;
  --font-display: "Field Manual Display", "Courier New", monospace;
  --display-weight: 700;
  --display-tracking: -0.04em;
}

html[data-theme="night"] {
  --page-background: #10131d;
  --surface: #191d2b;
  --text: #f4f0e8;
  --muted-text: #a9afc3;
  --accent: #8db9ff;
  --accent-text: #10131d;
  --line: #68708a;
  --font-display: "Night Display", Arial, sans-serif;
  --display-weight: 600;
  --display-tracking: -0.035em;
}

html[data-theme="safety-orange"] {
  --page-background: #f4f1e9;
  --surface: #ffffff;
  --text: #181818;
  --muted-text: #5e5e5e;
  --accent: #f04b19;
  --accent-text: #ffffff;
  --line: #181818;
  --font-display: "Safety Display", "Arial Narrow", sans-serif;
  --display-weight: 800;
  --display-tracking: -0.045em;
}

html[data-theme="newsprint"] {
  --page-background: #ddd7c7;
  --surface: #eee9dc;
  --text: #161513;
  --muted-text: #605b52;
  --accent: #214778;
  --accent-text: #ffffff;
  --line: #4f4a42;
  --font-display: "Newsprint Display", Georgia, serif;
  --display-weight: 700;
  --display-tracking: -0.02em;
}

html[data-theme="electric-blue"] {
  --page-background: #1647ff;
  --surface: #ffffff;
  --text: #ffffff;
  --muted-text: #d5dcff;
  --accent: #f3ff45;
  --accent-text: #101010;
  --line: #ffffff;
  --font-display: "Electric Display", Arial, sans-serif;
  --display-weight: 750;
  --display-tracking: -0.055em;
}

html[data-theme="funeral-red"] {
  --page-background: #171312;
  --surface: #241d1b;
  --text: #e7ddd2;
  --muted-text: #aa9c91;
  --accent: #b92b29;
  --accent-text: #ffffff;
  --line: #675952;
  --font-display: "Funeral Display", Georgia, serif;
  --display-weight: 600;
  --display-tracking: 0.025em;
}

html[data-theme="spring-catalogue"] {
  --page-background: #e6f0db;
  --surface: #fffef7;
  --text: #263125;
  --muted-text: #63705e;
  --accent: #c74372;
  --accent-text: #ffffff;
  --line: #547050;
  --font-display: "Spring Display", Georgia, serif;
  --display-weight: 600;
  --display-tracking: -0.03em;
}