/**
 * Fontes Locais - AFN Instalações Elétricas
 * Fontes hospedadas localmente para melhor performance e confiabilidade
 */

/* ========================================
   MONTSERRAT
   ======================================== */

/* Montserrat - Regular (400) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('montserrat-400.ttf') format('truetype');
}

/* Montserrat - Medium (500) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('montserrat-500.ttf') format('truetype');
}

/* Montserrat - SemiBold (600) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('montserrat-600.ttf') format('truetype');
}

/* Montserrat - Bold (700) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('montserrat-700.ttf') format('truetype');
}

/* ========================================
   OPEN SANS
   ======================================== */

/* Open Sans - Regular (400) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('opensans-400.ttf') format('truetype');
}

/* Open Sans - Medium (500) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url('opensans-500.ttf') format('truetype');
}

/* Open Sans - SemiBold (600) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url('opensans-600.ttf') format('truetype');
}