/* ============================================================
   theme.css — The Camán Shed (hurley & helmet repairs, Kilkenny)
   A per-CLIENT re-skin of the Percolator framework. This file
   ONLY overrides design tokens — no component CSS is touched.
   Load order: tokens.css (defaults) → theme.css → base/components
   → site.css. Change the tokens, the whole system follows.
   ============================================================ */

:root {
  /* ---- Colour — "field & timber" ----------------------------
     Parchment/cream workshop light, dark walnut ink, hurling
     green as the legible accent. Saddle leather is decorative
     only (kept off body text — fails contrast on the cream bg). */
  --color-bg:           #F7F3EA;   /* parchment / sawdust cream */
  --color-surface:      #FFFFFF;
  --color-surface-2:    #EFE6D4;   /* light timber panel */
  --color-text:         #241C15;   /* dark walnut ink */
  --color-text-muted:   #6B5D4C;   /* muted timber-grey — clears AA on --color-bg */
  --color-brand:        #2F5D34;   /* hurling green — legible accent + primary buttons */
  --color-brand-hover:  #234425;
  --color-border:       #DED2B8;
  --color-success:      #3F8F5B;
  --color-warn:         #B5862B;
  --color-danger:       #B23A2E;
  --color-overlay:      rgba(36, 28, 21, 0.6);

  /* Bespoke tokens for this brand (leather + sliotar) */
  --brand-leather:      #8B5A2B;   /* saddle leather — decorative / large only */
  --brand-leather-soft: #E9D6B8;
  --brand-sliotar:      #B23A2E;   /* sliotar red, used sparingly for accents */

  /* ---- Typography — Bitter (display) + system sans (body) ---- */
  --font-display: "Bitter", Georgia, "Times New Roman", serif;

  /* ---- Sturdier, workshop-square surfaces -------------------- */
  --radius-md:   6px;
  --radius-lg:   10px;
  --shadow-sm:   0 1px 2px rgba(36,28,21,0.08);
  --shadow-md:   0 14px 32px rgba(47,93,52,0.14);

  --max-width-content: 74rem;
}
