/* Self-hosted ABC Diatype (web license). Drop the woff2 files from the Dinamo
   web package into src/fonts/ with these names (or tell Claude the real names
   and this file gets adjusted). Until the files exist, the stack in tokens
   falls back to system-ui and the console shows two 404s, both harmless. */

@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/ABCDiatype-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/ABCDiatype-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Diatype";
  src: url("/fonts/ABCDiatype-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
