/* Allotrope webfont — local, self-hosted */
@font-face {
  font-family: "Allotrope";
  src: url("fonts/allotrope-extralight.woff2") format("woff2"),
       url("fonts/allotrope-extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Allotrope";
  src: url("fonts/allotrope-light.woff2") format("woff2"),
       url("fonts/allotrope-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Allotrope";
  src: url("fonts/allotrope-regular.woff2") format("woff2"),
       url("fonts/allotrope-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Allotrope";
  src: url("fonts/allotrope-medium.woff2") format("woff2"),
       url("fonts/allotrope-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Allotrope";
  src: url("fonts/allotrope-bold.woff2") format("woff2"),
       url("fonts/allotrope-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
