/* hot!hot!hot! — selvhostede fonter. Injiseres av layout.tsx via NEXT_PUBLIC_TENANT.
   Familienavnene matcher visualProfile.fonts (display/body) + --font-wordmark. */
@font-face {
  font-family: "Arial Black";
  src: url("/tenants/hothothot/fonts/ArialBlack.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Arial Narrow";
  src: url("/tenants/hothothot/fonts/ArialNarrowBold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  /* Times-erstatter — brukes av video-canvas + PNG-eksport-fallback */
  font-family: "Tinos";
  src: url("/tenants/hothothot/fonts/Tinos-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  /* Ekte Times New Roman (display) — så nettleser-preview matcher resvg-eksporten,
     som laster samme fil fra fontDirs. Én vekt dekker hele spennet. */
  font-family: "Times New Roman";
  src: url("/tenants/hothothot/fonts/Times%20New%20Roman%20Bold.ttf") format("truetype");
  font-weight: 400 900;
  font-display: swap;
}
