/* ══════════════════════════════════════════════════════════════
   JUSMED - FONTES LOCAIS
   Importação otimizada de fontes do Google Fonts
   ══════════════════════════════════════════════════════════════ */

/* Inter - Sans Serif geométrica e moderna (substitui Biondi) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Cormorant Garamond - Serif elegante e clássica (substitui Biennale) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap');

/* Preload crítico para performance */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Inter');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Cormorant Garamond');
}
