/* NORA webfonts — real binaries shipped from the nora-app repo
   (HermesMobile/Resources/Fonts). Two families, few weights, by design:
   Hanken Grotesk 400/500 (UI) · Newsreader regular + italic (editorial). */

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/fonts/HankenGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("/fonts/HankenGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("/fonts/Newsreader-Regular.ttf") format("truetype");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("/fonts/Newsreader-Italic.ttf") format("truetype");
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
}
