/* Design tokens for GAMOR BARBER SHOP.
   Sourced from templates/barbershop/_extracted/barber-hair-salon-barber-shop-template
   taxonomy.json anchors (palette / fonts / type scale / radius / shadow) -
   read-only reference, no template markup or CSS copied. */

:root {
  /* anchors.palette - vintage American barbershop: deep maroon-brown + tan */
  --color-bg: #ffffff;
  --color-surface: #fcf9f7;
  --color-surface-2: #f4ece7;
  --color-ink: #151514;
  --color-muted: #8a8580;
  --color-accent: #552d25;
  --color-accent-strong: #3c1f19;
  --color-accent-2: #c98a6a;
  --color-line: #e5ddd6;

  /* anchors.fonts - self-hosted/system-stack fallbacks only, no CDN link.
     display_accent: handwritten script (Homemade Apple stand-in)
     headings: serif transitional (Lora stand-in)
     body: humanist sans (Open Sans stand-in) */
  --font-script: "Bradley Hand", "Segoe Script", "Comic Sans MS", cursive;
  --font-display: Georgia, "Iowan Old Style", "Palatino Linotype", "Noto Serif", serif;
  --font-body: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;

  /* anchors.type_scale_ratio */
  --type-scale: 1.333;
  --font-size-base: 1rem;
  --font-size-h1: calc(var(--font-size-base) * var(--type-scale) * var(--type-scale) * var(--type-scale));
  --font-size-h2: calc(var(--font-size-base) * var(--type-scale) * var(--type-scale));
  --font-size-h3: calc(var(--font-size-base) * var(--type-scale));
  --font-size-sm: 0.875rem;

  /* anchors.corner_radius_px / shadow_depth (1 = subtle) / border_style: hairline */
  --radius: 0px;
  --shadow-sm: 0 1px 2px rgba(21, 21, 20, 0.06);
  --shadow-md: 0 6px 20px rgba(21, 21, 20, 0.10);
  --border: 1px solid var(--color-line);

  /* anchors.layout_width: boxed_1170 */
  --content-width: 1170px;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;

  /* motion dial: aesthetic.motion = 2 (restrained, not showy) */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur-fast: 200ms;
  --dur-mid: 500ms;
  --dur-slow: 900ms;
}
