/* Metric-tuned local fallbacks: the page first paints in Georgia/Menlo sized
   to occupy nearly the same space as the webfonts, so the swap is a change of
   voice, not a change of size. */
@font-face {
  font-family: "Garamond Fallback";
  src: local("Georgia");
  size-adjust: 90%;
  ascent-override: 96%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Mono Fallback";
  src: local("Menlo"), local("Courier New");
  size-adjust: 100%;
}

@font-face { font-family: "EB Garamond"; src: url("../fonts/eb-garamond-v33-latin-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "EB Garamond"; src: url("../fonts/eb-garamond-v33-latin-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "EB Garamond"; src: url("../fonts/eb-garamond-v33-latin-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Mono"; src: url("../fonts/dm-mono-v16-latin-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Mono"; src: url("../fonts/dm-mono-v16-latin-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Mono"; src: url("../fonts/dm-mono-v16-latin-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
