/* Jackson Agency marketing site — shared design tokens.
   Linked ONLY by the static marketing pages (index, speakers, for-brands, faq, privacy).
   Agency Arc does not link this file and is unaffected by it.

   To restyle the whole marketing site, edit the values below and upload just this file.
   - Change the display font once here and every headline updates.
   - Change a brand color once here and every page updates. */

:root{
  /* brand colors */
  --navy:#0C2340;
  --navy-deep:#081A30;
  --azure:#2793FF;
  --black:#0A0A0A;
  --ink:#0A0A0A;
  --white:#FFFFFF;
  --paper:#F7F5F0;

  /* motion */
  --ease:cubic-bezier(0.16,1,0.3,1);

  /* fonts — marketing site only (Arc keeps its own Oswald/Poppins) */
  --display:'Lora',serif;                 /* big headlines */
  --body:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;  /* body text */
  --mark:'Oswald','Arial Narrow',Arial,sans-serif;  /* wordmark + labels */
}
