/*
*
* Nota: il file si deve chiamare: font_{nome}.css 
* 		e nella cartella ci deve essere il file font_{nome}.png di 220x40px
*
* FONT Barrio
*/
@import url('https://fonts.googleapis.com/css?family=Barrio&display=swap');

/* --- 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, .fontMenu, .fontRibbon { font-family: 'Lato', sans-serif !important; }
h1, h2, h3, h4, .fontSelection { font-family: 'Barrio', cursive !important; }
