/*
* Nota: il file si deve chiamare: font_{nome}.css
* 		e nella cartella ci deve essere il file font_{nome}.png di 220x40px
*
* FONT Josefin Sans
*/
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Josefin Sans Light'), local('JosefinSans-Light'), url('josefinsans-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Josefin Sans'), local('JosefinSans'), url('josefinsans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url('josefinsans-700.woff2') format('woff2');
}

/* --- FONT BODY ------------------------------------------------------------------------- */
/* Usiamo lo stesso font del tema primefaces omega, ovvero Lato/LatoBold */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url('lato-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url('lato-700.woff2') format('woff2');
}

/* --- FONT ------------------------------------------------------------------------- */
body, .ui-widget, .fontBase { font-family: 'Lato', sans-serif !important; }
h1, h2, h3, h4, .fontSelection, .fontMenu, .fontRibbon { font-family: 'Josefin Sans', sans-serif !important; }




