/* torc.art core — font faces for the galley design. One copy for every
   binary; served at /static/fonts.css with the files at /static/fonts/.
   EB Garamond carries body and headings, Inconsolata the mono meta
   voice; DM Sans stays declared for straggler pages. Unused faces do
   not download. */

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/eb-garamond-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/eb-garamond-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/eb-garamond-600-normal.woff2") format("woff2");
}
/* DM Sans faces stay declared for straggler pages; the galley layer
   itself sets meta in Inconsolata. Unused faces do not download. */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/dm-sans-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/dm-sans-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/inconsolata-400-normal.woff2") format("woff2");
}
