/*
 * Brand faces loaded from the document head (not the webpack JS bundle) so
 * the files start downloading before first paint. font-display: fallback
 * avoids a late swap after the page has already rendered in the system font.
 *
 * Weights match current usage only:
 *   Inter   400/500/600/700  (body, labels, emphasis)
 *   Poppins 600/700          (headings and .ui-display)
 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: fallback;
  font-weight: 400;
  src: url("../fonts/inter-latin-400-normal.da03732a27e1.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: fallback;
  font-weight: 500;
  src: url("../fonts/inter-latin-500-normal.51205681a1ba.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: fallback;
  font-weight: 600;
  src: url("../fonts/inter-latin-600-normal.2ede57db1a3a.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: fallback;
  font-weight: 700;
  src: url("../fonts/inter-latin-700-normal.8ca0a5155296.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: fallback;
  font-weight: 600;
  src: url("../fonts/poppins-latin-600-normal.72993dddf88a.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: fallback;
  font-weight: 700;
  src: url("../fonts/poppins-latin-700-normal.25b0e113ca7c.woff2") format("woff2");
}
