@import url("https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&family=Share+Tech+Mono&family=Cinzel:wght@400;600&display=swap");

:root {
  /* Parchment & ink */
  --parch:    #f2e8d0;
  --parch2:   #e8d8b8;
  --ink:      #1c1208;
  --ink2:     #2e1e0c;
  --bg:       #0d0a06;
  --bg2:      #14100a;

  /* Amber candle warmth */
  --amber:    #c8903a;
  --amber2:   #e8b060;
  --amber3:   #f0c878;
  --amber-dim: rgba(200,144,58,.35);

  /* Cellar wood & stone */
  --wood:     #3e2a10;
  --wood2:    #5a3c18;
  --stone:    #2a2018;
  --shelf:    #1c1408;

  /* Potion hues */
  --void:     #4a1888;
  --void2:    #8040d0;
  --glow:     #c87010;
  --glow2:    #f0a030;
  --tincture: #205080;
  --tincture2:#4098c0;

  /* UI */
  --card:     #1a1208;
  --serif:    "IM Fell English", "Palatino Linotype", serif;
  --display:  "Cinzel", "Palatino Linotype", serif;
  --mono:     "Share Tech Mono", "Courier New", monospace;
  --border:   rgba(200,144,58,.28);
  --border2:  rgba(200,144,58,.48);
}