/* ================= Inter ================= */

/* Inter – Normal */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCo3FwrK3iLTcviYwY.woff2") format("woff2");
}

/* Inter – Italic */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCm3FwrK3iLTcvnUwQT9g.woff2") format("woff2");
}

/* ================= Work Sans ================= */

/* Work Sans – Normal */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDp.woff2") format("woff2");
}

/* Work Sans – Italic */
@font-face {
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/worksans/v24/QGYqz_wNahGAdqQ43Rh_eZDrv_0.woff2") format("woff2");
}

/* Default usage */
body {
  font-family: "Inter", "Work Sans", sans-serif;
}
