/* craftsman — drivewayhome.com: warm neutrals, forest green, sturdy slabs. */
@import url('../fonts/source-sans-3/index.css');  /* Source Sans 3 */
@import url('../fonts/roboto-slab/index.css');  /* Roboto Slab */

:root {
  --bg: #f4f2ee;
  --surface: #ffffff;
  --text: #2f3230;
  --muted: #6a6f6b;   /* was #6f7570 — 4.22:1 on the warm neutral */
  --accent: #2e6b3f;
  --accent-contrast: #ffffff;
  --border: #ddd8ce;
  --font-body: 'Source Sans 3', system-ui, sans-serif;
  --font-heading: 'Roboto Slab', Georgia, serif;
  --radius: 6px;
  --header-bg: #2f3230;
  --header-text: #f4f2ee;
  --shadow-color: rgba(47, 50, 48, 0.16);
  /* The 4px band was this preset's own rule before the shared layer had one. */
  --rule-accent: 4px;
}
