@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Manrope:wght@400;500;600;700;800&display=swap");
/* Brigi Pilla Stylist — design tokenek (design_handoff_mobil_apps / Pilla) */
:root {
  --font-body: 'Manrope', sans-serif;
  --font-display: 'Cormorant Garamond', serif;
  --bg-page: oklch(0.965 0.008 350);
  --bg: oklch(0.98 0.006 350);
  --surface: oklch(0.94 0.02 350);
  --line: oklch(0.88 0.015 350);
  --line-soft: oklch(0.85 0.02 350);
  --dark: oklch(0.4 0.09 350);
  --accent: oklch(0.6 0.13 350);
  --accent-strong: oklch(0.6 0.13 350);
  --accent-soft: oklch(0.86 0.06 350);
  --text: oklch(0.24 0.015 350);
  --text-2: oklch(0.4 0.02 350);
  --text-3: oklch(0.45 0.02 350);
  --muted: oklch(0.5 0.02 350);
  --tab-off: oklch(0.6 0.02 350);
  --day-off: oklch(0.75 0.01 350);
  --tabbar-bg: rgba(250,247,249,0.96);
  --lightbox-bg: rgba(20,10,18,0.92);
  --hero-scrim: rgba(28,16,20,0.42);
}
.hero .lead-p { font-size: 15px; line-height: 1.6; color: var(--text-2); margin: 0 0 18px; }
