@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@300;400;500;600;700&display=swap");

/*
 * Single source of truth for theme design values.
 * Keep only global tokens here; never add component styles in this file.
 */
:root {
  --color-ink: #0E0E0E;
  --color-ink-soft: #262626;
  --color-paper: #FFFFFF;
  --color-surface: #F5F5F3;
  --color-gold: #B7975B;
  --color-gold-soft: #E7DAC3;
  --color-available: #2E7D32;
  --color-line: rgba(14, 14, 14, 0.1);
  --color-muted: #6B6B68;

  --font-display: "Manrope", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
  --fs-hero: clamp(2.1rem, 5.4vw, 4.8rem);
  --fs-h1: clamp(1.9rem, 3.2vw, 2.9rem);
  --fs-h2: clamp(1.45rem, 2.2vw, 2.1rem);
  --fs-h3: 1.25rem;
  --fs-body: 0.9375rem;
  --fs-small: 0.8125rem;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4.5rem;
  --space-7: 6rem;
  --space-8: 9rem;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-pill: 999px;

  --shadow-soft: 0 20px 60px rgba(21, 20, 15, 0.08);
  --shadow-lift: 0 30px 80px rgba(21, 20, 15, 0.14);

  --ease-elegant: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-base: 600ms;
}
