/* InnBucks official palette — sampled from INNBUCKS_CMYK_PANTONE_GUIDES_01.pdf v2.00 2024 */
:root {
  --ib-navy: #00224a;   /* Pantone 2767 C — primary */
  --ib-gold: #f1b527;   /* Pantone 7409 C */
  --ib-purple: #8651a1; /* Pantone 258 C */
  --ib-green: #31bb95;  /* Pantone 346 C */
  --ib-red: #e21e26;    /* Pantone 485 C */
  --ib-white: #ffffff;
}
