/* the site's typographic & color dials — edit this file to mess with fonts.
   every page (homepage + posts + poetry + about) reads these variables. */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Press+Start+2P&family=VT323&display=swap');

:root {
  /* display: nav, headings, quote */
  --font-display: 'EB Garamond', Garamond, 'Palatino Linotype', Georgia, serif;
  /* body: reading text on content pages */
  --font-body: 'EB Garamond', Georgia, 'Times New Roman', serif;
  /* the clock and code */
  --font-pixel: 'Press Start 2P', 'VT323', 'Menlo', monospace;
  --font-clock: 'VT323', 'Menlo', monospace;
  --font-mono: 'Menlo', 'Consolas', monospace;

  /* the sky side */
  --ink: #dfe5f0;      /* HUD text over the sky */
  --dim: #55628c;
  --accent: #a8b0c8;
  --bg: #05060d;

  /* the paper side: reading pages are warm paper, not night */
  --page-bg: #efe6d2;
  --page-ink: #2b2115;
  --page-dim: #94805f;
  --page-accent: #7a5a34;
  --page-card: #e5d9bf;
  --page-line: #cbbd9c;
}
