/* ═══════════════════════════════════════════════════════════
   BRAND PALETTE — swap this file per agency deployment
   All values consumed by base.css and pdf-templates
   ═══════════════════════════════════════════════════════════ */

:root {
  /* Primary brand color — used for sidebar, buttons, accents (from Rimara Travel logo blue) */
  --brand-primary:        #2354E6;
  --brand-primary-light:  #5C8AFF;
  --brand-primary-dark:   #1A3FAE;

  /* Accent — used for highlights, badges, CTA */
  --brand-accent:         #5C8AFF;
  --brand-accent-light:   #AFC6FF;
  --brand-accent-dark:    #1A3FAE;

  /* Typography */
  --brand-font-heading:   'Plus Jakarta Sans', 'Inter', 'Segoe UI', system-ui, sans-serif;
  --brand-font-body:      'Inter', 'Segoe UI', system-ui, sans-serif;

  /* PDF-specific colors (used inside pdf-templates) */
  --pdf-cover-overlay:    rgba(35, 84, 230, 0.72);
  --pdf-day-accent:       #2354E6;
  --pdf-heading-color:    #2354E6;
  --pdf-text-color:       #2C3E50;
  --pdf-light-bg:         #F4F8FB;
  --pdf-border:           #D5E8F5;
}
