@font-face {
  font-family: "Circe";
  src: url("circe-light.woff2") format("woff2"),
       url("circe-light.woff") format("woff"),
       url("circe-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("circe-regular.woff2") format("woff2"),
       url("circe-regular.woff") format("woff"),
       url("circe-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("circe-bold.woff2") format("woff2"),
       url("circe-bold.woff") format("woff"),
       url("circe-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("circe-extrabold.woff2") format("woff2"),
       url("circe-extrabold.woff") format("woff"),
       url("circe-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}