/* Standard typeface by Bryce Wilner — https://github.com/brycewilner/Standard
   Served locally from /assets/fonts so the mockups work offline. */

@font-face {
  font-family: "Standard";
  src: url("fonts/standard-book-webfont.woff2") format("woff2"),
       url("fonts/standard-book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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