/**
 * @file fonts.css
 * Site font faces. Mercury loads this instead of src/fonts.css when it sits
 * next to index.php. Paths are from the web root.
 */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter/InterVariable.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono/IBMPlexMonoVar-Roman.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono/IBMPlexMonoVar-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Metropolitan Line";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/metropolitan-line/MetropolitanLine-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/fonts/playfair-display/PlayfairDisplay-Variable.woff2") format("woff2");
}
