/* Fernando Kylas Brand System. fonts.css
   Rules only: the reasoning is in the repository, at lab/publication-engine/platform/design-system/css/fonts.css.
   Nothing else is altered. No value, selector or declaration differs
   from source. See publications/brand-system/build/assemble.py. */
@font-face {
  font-family: "Strawford";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/strawford-light-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Strawford";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/strawford-regular-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Strawford";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/strawford-medium-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("../../fonts/geomanist-book-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/geomanist-regular-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/geomanist-medium-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/geomanist-bold-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Geomanist";
  font-style: italic;
  font-weight: 350;
  font-display: swap;
  src: url("../../fonts/geomanist-book-italic-webfont.woff2") format("woff2");
}
