/* Design tokens for HiT Barbershop Kota Kinabalu.
   Sourced from tmpl_bb10 (Blaxcut) taxonomy anchors:
   anchors.palette / anchors.fonts / anchors.type_scale_ratio /
   anchors.corner_radius_px / anchors.shadow_depth / anchors.layout_width. */

:root {
  /* anchors.palette */
  --color-bg: #ffffff;
  --color-surface: #eceff3;
  --color-ink: #101010;
  --color-muted: #606060;
  --color-accent: #cf814d;
  --color-accent-2: #1a1c26;

  /* anchors.fonts - tall condensed display + geometric sans body,
     with solid system fallbacks in case the Google Fonts request fails. */
  --font-display: "Bebas Neue", "Oswald", "Arial Narrow", Impact, sans-serif;
  --font-body: "Manrope", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* anchors.type_scale_ratio: 1.45 */
  --type-scale: 1.45;
  --font-size-base: 1rem;
  --font-size-h1: clamp(2.6rem, 1.9rem + 3vw, 4.25rem);
  --font-size-h2: clamp(1.9rem, 1.6rem + 1.4vw, 2.75rem);
  --font-size-h3: calc(var(--font-size-base) * var(--type-scale));

  /* anchors.corner_radius_px / shadow_depth / border_style */
  --radius: 4px;
  --shadow: 0 12px 32px rgba(16, 16, 16, 0.14);
  --shadow-soft: 0 6px 18px rgba(16, 16, 16, 0.09);
  --border: none;

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

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