/* Design tokens for Bukit Bintang Barbershop.
   Sourced from the matched template's taxonomy.json anchors (vintage-
   Americana barbershop, muted taupe palette, Prata/Lato/Work Sans). */

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

  /* anchors.fonts - Prata (display), Lato (body), Work Sans (ui labels).
     Loaded via a Google Fonts <link> in index.html; system fallbacks kept. */
  --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 2px 10px rgba(48, 49, 51, 0.10);
  --border: 1px solid rgba(48, 49, 51, 0.14);

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

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