/* =============================================
   AS FORJE — fontes servidas do próprio domínio
   Sem requisição ao Google: um DNS/TLS a menos no
   carregamento e nenhum IP de visitante enviado a
   terceiro. Subconjunto latin, apenas os pesos usados.
   font-display:swap = o texto aparece na hora, com
   a fonte do sistema, e troca quando a real chega.
   ============================================= */
@font-face {
  font-family:'Poppins';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/vendor/fonts/poppins-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family:'Poppins';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/vendor/fonts/poppins-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family:'Poppins';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/vendor/fonts/poppins-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family:'Poppins';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/vendor/fonts/poppins-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/vendor/fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family:'Cormorant Garamond';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('/vendor/fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2');
}
@font-face {
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/vendor/fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family:'Cormorant Garamond';
  font-style:italic;
  font-weight:600;
  font-display:swap;
  src:url('/vendor/fonts/cormorant-garamond-latin-600-italic.woff2') format('woff2');
}
