:root {
  --background: #1A1A18;
  --foreground: #F0EFEA;
  --midground:  #B0AFA9;
  --accent:     #888884;
  --border:     #2E2E2C;

  --font-sans: ui-serif, 'New York', Georgia, 'Times New Roman', serif;
  --font-mono: var(--jb, 'IBM Plex Mono', 'Courier New', monospace);

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
}

[data-theme="light"] {
  --background: #F0EFEA;
  --foreground: #1A1A18;
  --midground:  #6B6B64;
  --accent:     #77776F;
  --border:     #DDDDD5;
}
