/*
  Brand tokens -- Generic Suburban Contractor
  Swap these hex values to recolor the site (and cards/print.html).
  Keep cards/*.svg in sync if you change the palette.
*/
:root {
  --cream: #f4efe4;
  --paper: #faf6ee;
  --blue: #2e4c72;
  --blue-deep: #243d5c;
  --terracotta: #c45d45;
  --yellow: #e3be42;
  --ink: #1b1b1b;
  --muted: #5a554c;
  --line: #141414;
  --line-width: 3px;

  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --font-body: "Figtree", "Segoe UI", system-ui, sans-serif;

  --space: 1.25rem;
  --max: 70rem;
}
