/* Fontes servidas localmente (funciona na intranet, sem depender de CDN).
   REM e Inter são variable fonts: um único arquivo cobre os pesos 100–900. */

@font-face {
  font-family: 'REM';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/rem-variable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-variable.woff2') format('woff2-variations');
}
