/* ============================================================
   The Saginaw Front Porch — design tokens (v2, warm "front porch")
   Brand: Brand Assets/01 - Brand Identity - SFP.md
   Palette derived from "the front porch at golden hour."
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,600&family=Figtree:wght@400;500;600;700;800&display=swap');

:root {
  /* Cream family — lamplight, never pure white */
  --cream:       #F6EEDF;
  --cream-deep:  #EFE4CF;
  --cream-edge:  #E4D6BC;

  /* Charcoal family — dusk, never pure black */
  --charcoal:    #2B2A28;
  --charcoal-2:  #4A463F;
  --taupe:       #8A7E6B;   /* weathered wood — secondary text */

  /* Sage — rooted, primary */
  --sage:        #6E8062;
  --sage-deep:   #566848;
  --sage-tint:   #E9ECE2;

  /* Warmth accent — brick red family (amber retired 7/14, per Carter) */
  --amber:       #A23E2E;   /* repointed to brick so accents swap site-wide */
  --amber-deep:  #85311F;
  --amber-tint:  #F1E1DC;   /* soft blush for highlight backgrounds */
  --amber-glow:  rgba(162, 62, 46, 0.22);

  /* Brick red — established, primary accent */
  --brick:       #A23E2E;
  --brick-deep:  #85311F;
  --brick-bright:#C4452E;   /* legible red for text on dark scrims */
  --blush:       #F1E1DC;   /* light brick tint — available/highlight fills */

  /* Type */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lh-body: 1.6;

  /* Layout / shape */
  --maxw: 1120px;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-soft: 0 14px 40px -18px rgba(43, 42, 40, 0.35);
  --shadow-card: 0 8px 24px -14px rgba(43, 42, 40, 0.30);
}
