/* ===================================================
   FONTES LOCAIS - Multstore Baby Store Theme
   Todas as fontes hospedadas localmente para
   melhor performance e independência de CDNs externos
   =================================================== */

/* === NUNITO (Fonte Principal) === */
/* Suporta pesos: 200, 300, 400, 500, 600, 700, 800, 900 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('../fonts/Nunito-Variable.ttf') format('truetype-variations');
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('../fonts/Nunito-Italic-Variable.ttf') format('truetype-variations');
}

/* === MONTSERRAT === */
/* Suporta pesos: 300, 400 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Montserrat-Variable.ttf') format('truetype-variations');
}

/* === OPEN SANS === */
/* Suporta pesos: 300, 400, 400i, 700 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/OpenSans-Variable.ttf') format('truetype-variations');
}

/* === FALLBACK PARA NAVEGADORES ANTIGOS === */
/* Caso o navegador não suporte fontes variáveis, 
   usará as fontes do sistema como fallback */
