/* Design tokens — mirrors the Figma "RC Tokens" collection. Single source of truth. */
:root {
  --navy: #050d25;
  --navy-light: #0f1d3d;
  --gold: #d18b00;
  --gold-dark: #b07600;
  --text: #1a1a2e;
  --text-light: #4a4a5a;
  --gray-50: #f8f9fa;
  --gray-100: #f1f3f5;
  --gray-600: #494f57;
  --white: #ffffff;
  --whatsapp: #25d366;
  --border: #e3e6ea;

  --maxw: 1200px;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-pill: 999px;

  --font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-display: 'Lora', Georgia, 'Times New Roman', serif;

  --shadow-card: 0 1px 2px rgba(5,13,37,.04), 0 8px 24px rgba(5,13,37,.06);
}
