/* Self-hosted fonts — Lora + Lato (latin subset, cobre PT-BR) */
/* Lato no Google Fonts só tem 400 e 700; weights 500/600 do CSS caem em 400/700 (igual ao CDN). */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/lora-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/lato-400-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/lato-700-latin.woff2) format('woff2');
}
