/* Tema por ciudad: global */
:root{
  --brand: #f4c021;
  --brand-2: #00455c;
  --brand-contrast: #ffffff;
  --link-hover: color-mix(in srgb, var(--brand) 85%, #000);
  --brand-dark: color-mix(in srgb, var(--brand-2) 75%, #000);
}