/* Self-hosted Inter Regular — loaded once, shared by every page on the
   site, so the "Inter-Regular" family name used throughout the CSS
   (style.css, city.css, about/style.css, contact/style.css, etc.) always
   resolves to the real font instead of silently falling back to the
   browser's default sans-serif. */
@font-face {
  font-family: 'Inter-Regular';
  src: url('../font/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
