/* Self-hosted Inter variable font — covers Latin + Greek + Cyrillic in one file.
   Self-hosted so html-to-image can reliably embed it into the exported PDF/PNG
   (Google Fonts CDN embedding is flaky for the Greek subset). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('./inter/InterVariable.woff2') format('woff2');
}
