/* Make sure your CMS picks this family */
:root {
  font-family: "OnAirMomentum", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Variable font: weight range (adjust if your file differs) */
@font-face {
  font-family: "OnAirMomentum";
  src: url("https://res.cloudinary.com/giftcloud/raw/upload/v1758882466/Fonts/WOFF2/OnAirMomentum/onairvar.dc77a7c2_1.woff2") format("woff2"); /* 'woff2-variations' also fine */
  font-weight: 300 900;  /* ← set to the actual supported range if known */
  font-style: normal;     /* if it has true italics with an 'ital' axis, see note below */
  font-display: swap;
}