/*
 * Self-hosted fonts. Both families are licensed under the SIL Open Font
 * License 1.1. Licence texts are kept next to the files in /public/fonts.
 * No requests are made to Google Fonts or any other font CDN.
 */
@font-face {
  font-family: "Libre Caslon Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./libre-caslon-text/libre-caslon-text-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Libre Caslon Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./libre-caslon-text/libre-caslon-text-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./hanken-grotesk/hanken-grotesk-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./hanken-grotesk/hanken-grotesk-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./hanken-grotesk/hanken-grotesk-latin-700-normal.woff2") format("woff2");
}
