/* Montserrat Font Family - Webfonts locais
 * Substitui o carregamento via Google Fonts para evitar rewrite do Cloudflare Fonts.
 */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../woff2/Montserrat-Light.woff2') format('woff2');
}

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

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

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

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