/* AUTO-GENERATED by apply-client.ps1 for 'ganesh-shirsat' — do not edit by hand.
   Loaded AFTER css/app.css, so these override the base design tokens. */
:root {
  /* ── Primary palette (Gold + Navy) ─── */
  --primary-yellow: #C8A44E;
  --primary: #C8A44E;
  --primary-rgb: 200, 164, 78;
  --yellow-hover: #B8943E;
  --primary-dark: #1C2B4A;
  --primary-dark-2: #2A3F66;
  --accent: #E8722A;
  --text-dark: #1A1A2E;
  --text-gray: #5A5A6E;
  --success: #2E8B57;
  --danger: #C0392B;

  /* ── Typography ─── */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', 'Inter', system-ui, sans-serif;

  /* ── Extended navy ramp ─── */
  --navy: #1C2B4A;
  --navy-light: #2A3F66;
  --navy-dark: #0F1A2E;
  --navy-deep: #0F1A2E;

  /* ── Gold ramp ─── */
  --gold: #C8A44E;
  --gold-light: #E8D5A0;
  --gold-pale: #F5EDD8;

  /* ── Surfaces ─── */
  --surface-warm: #FAF8F3;
  --cream: #FAF8F3;
  --border-color: #E5E2DB;

  /* ── Overrides for existing orange → theme alignment ─── */
  --orange: #E8722A;
  --orange-dark: #C25A1E;
  --green: #2E8B57;
  --green-light: #E8F5E7;
}