/* Design tokens for Barber Shop Campo de' Fiori.
   Anchored to the barbershop taxonomy (tmpl_bb14): vintage-Americana,
   muted taupe palette, Prata display serif, hairline borders, flat corners. */

:root {
  /* anchors.palette */
  --color-bg: #fcf9f5;
  --color-surface: #eee8e0;
  --color-ink: #303133;
  --color-muted: #897666;
  --color-accent: #9e8a78;
  --color-accent-2: #222227;

  /* anchors.fonts */
  --font-display: "Prata", Georgia, "Times New Roman", serif;
  --font-body: "Lato", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-ui: "Work Sans", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* anchors.type_scale_ratio */
  --type-scale: 1.35;
  --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));

  /* anchors.corner_radius_px / shadow_depth / border_style */
  --radius: 0px;
  --shadow: 0 6px 18px rgba(34, 34, 39, 0.08);
  --border: 1px solid rgba(137, 118, 102, 0.35);

  /* anchors.layout_width */
  --content-width: 1320px;

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

  /* motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur-fast: 200ms;
  --dur-med: 500ms;
  --dur-slow: 900ms;
}
