/* Sattva Lumina fonts.
   Primary brand fonts (Fira Sans + Roboto) are loaded from Google Fonts in <head>.
   The broken Montserrat/Outfit @font-face blocks (which pointed at .html files) were removed.
   Helvetica is kept only as a local fallback (its .woff2 exists). */

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helveticaneue.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
