/* Auto-generated landing theme CSS - DO NOT EDIT MANUALLY */
/* Tenant: Reach Far AI (BIBHA) */

:root {
  --landing-primary: #FF6B35;
  --landing-primary-dark: #D85A30;
  --landing-primary-light: #FFF0EA;

  /* Channel triplets of the three colours above — these are what
     tailwind.config.ts reads, so opacity modifiers keep working. */
  --landing-primary-rgb: 255 107 53;
  --landing-primary-dark-rgb: 216 90 48;
  --landing-primary-light-rgb: 255 240 234;

  --landing-gradient-from: #10233F;
  --landing-gradient-via: #2C4160;
  --landing-gradient-to: #FF6B35;
}

/* Primary color overrides for landing page */
.landing-theme {
  --tw-primary: #FF6B35;
}

/* Note: the headline gradient is applied from the --landing-gradient-* vars
   above (see components/landing/home/Hero.tsx). The dark-mode variants of these
   vars live in src/app/(marketing)/marketing.css under .landing-theme.dark,
   whose higher specificity keeps them ahead of the :root block here. */
