/* Self-hosted web fonts (no external domain dependency).
   Mirrors the weights previously requested from Google Fonts:
   Inter 400/500/600/700, Shippori Mincho 400/500/600/700,
   Instrument Serif 400, JetBrains Mono 400/500. */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/inter-latin-400-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/fonts/inter-latin-500-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/inter-latin-600-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/fonts/inter-latin-700-normal.woff2) format("woff2");
}

@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/shippori-mincho-latin-400-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/shippori-mincho-japanese-400-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/fonts/shippori-mincho-latin-500-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/fonts/shippori-mincho-japanese-500-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/shippori-mincho-latin-600-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/shippori-mincho-japanese-600-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/fonts/shippori-mincho-latin-700-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/fonts/shippori-mincho-japanese-700-normal.woff2) format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/instrument-serif-latin-400-normal.woff2) format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/jetbrains-mono-latin-400-normal.woff2) format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/fonts/jetbrains-mono-latin-500-normal.woff2) format("woff2");
}
