/* TimeLog IQ — self-hosted Inter.
   OCAP / data sovereignty: served from our own origin so no employee IP is ever leaked to a US font
   CDN (fonts.googleapis.com / fonts.gstatic.com). Variable woff2, Latin subset, font-display:swap.
   Cached by the kiosk service worker, so it also works during an internet outage. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/inter-var-latin.woff2') format('woff2');
}
