/* fonts.css - Font self-hosted per FRIMAC
   Scarica i font da: https://gwfh.mranftl.com/fonts
   - Open Sans: weights 400, 600, 700
   - Roboto: weights 300, 400, 500
   Posiziona i file .woff2 nella cartella /fonts/
*/

/* Open Sans - Regular 400 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/fonts/open-sans-v40-latin-regular.woff2') format('woff2');
}

/* Open Sans - SemiBold 600 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('/fonts/open-sans-v40-latin-600.woff2') format('woff2');
}

/* Open Sans - Bold 700 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('/fonts/open-sans-v40-latin-700.woff2') format('woff2');
}

/* Roboto - Light 300 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('/fonts/roboto-v32-latin-300.woff2') format('woff2');
}

/* Roboto - Regular 400 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'),
       url('/fonts/roboto-v32-latin-regular.woff2') format('woff2');
}

/* Roboto - Medium 500 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('/fonts/roboto-v32-latin-500.woff2') format('woff2');
}
