/*
 * Shared brand palette — Mahaparyatan restyle
 * Strictly blue, red, white (and tints/shades of those three), inspired by
 * https://www.progressivetourtravels.com/
 * Single source of truth: linked from header.php, footer.php, and index.php.
 */
:root {
  --brand-blue: #0B5FA5;
  --brand-blue-dark: #08477D;
  --brand-blue-deep: #061E36;
  --brand-blue-light: #E9F2FA;
  --brand-red: #E8323B;
  --brand-red-dark: #C22128;
  --brand-red-light: #FBE2E3;
  --surface-white: #ffffff;
  --neutral-dark: #232323;
  --neutral-smoke: whitesmoke;
  --neutral-gray: #999;
}
