/* Make sure CMS grabs the correct family */
:root {
  font-family: "BritishGas", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Light (300) */
@font-face {
  font-family: "BritishGas";
  src: url("https://res.cloudinary.com/giftcloud/raw/upload/v1757523003/Fonts/WOFF2/British%20Gas/BritishGas-Body.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: "BritishGas";
  src: url("https://res.cloudinary.com/giftcloud/raw/upload/v1757523003/Fonts/WOFF2/British%20Gas/BritishGas-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "BritishGas";
  src: url("https://res.cloudinary.com/giftcloud/raw/upload/v1757523003/Fonts/WOFF2/British%20Gas/BritishGas-Subhead.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
