/* ============================================================
 * UE Fonts — self-hosted WOFF2
 * Module: /inc/fonts/
 * Keep weights minimal for performance.
 * ============================================================ */

@font-face {
  font-family: "Inter";
  src: url("./inter-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./inter-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Headings font example: Poppins */
@font-face {
  font-family: "Poppins";
  src: url("./poppins-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./poppins-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
