/* ============================================================
   4PDFs — Navy/Gold brand override
   PASTE THIS AT THE VERY END of /assets/css/4pdfs.css and save.
   It re-defines the palette + fonts so every tool page that
   loads 4pdfs.css matches the navy/gold homepage. Because it
   comes last in the file, it overrides the original values.
   ============================================================ */
:root {
  /* Ink → navy backgrounds (900 = deepest, 500 = lightest surface) */
  --ink-900: #001226;
  --ink-800: #001f4d;
  --ink-700: #002868;   /* brand navy */
  --ink-600: #0a3c80;
  --ink-500: #3a5c95;

  /* Cream → cool whites for text */
  --cream-100: #FFFFFF;
  --cream-200: #EAF0F8;
  --cream-300: #B7C2D2;
  --cream-400: #8893A4;

  /* Accents → brand */
  --gold:        #C9971B;
  --gold-bright: #E0B53D;
  --rust:        #BF0A30;
  --moss:        #22C55E;
}

/* Swap the Fraunces serif for the system sans used site-wide */
body,
.display,
.display-italic,
.counter__item .num,
.tool__title,
.daypass-card__price,
.dropzone__text,
h1, h2, h3, h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}
