/* Atom typefaces — loaded directly from /public so webpack does not
   attempt to resolve the absolute URLs. */

@font-face {
  font-family: "Atom Sans";
  src: url("/fonts/AtomSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atom Sans";
  src: url("/fonts/AtomSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Atom Sans";
  src: url("/fonts/AtomSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atom Serif";
  src: url("/fonts/AtomSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atom Serif";
  src: url("/fonts/AtomSerif-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
