/* Below-the-fold / secondary weights — loaded async so they stay off the critical path. */

@font-face {
  font-family: "Barlow";
  src:
    url("/fonts/Barlow-Italic.woff2") format("woff2"),
    url("/fonts/Barlow-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src:
    url("/fonts/Barlow-Medium.woff2") format("woff2"),
    url("/fonts/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src:
    url("/fonts/Barlow-Bold.woff2") format("woff2"),
    url("/fonts/Barlow-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src:
    url("/fonts/Barlow-BoldItalic.woff2") format("woff2"),
    url("/fonts/Barlow-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src:
    url("/fonts/Barlow-Bold.woff2") format("woff2"),
    url("/fonts/Barlow-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
