@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('/Lato/Lato-Regular.ttf'); 
       font-weight: 400;
} 
@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('/Lato/Lato-Bold.ttf'); 
       font-weight: 500;
}

@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('/Lato/Lato-Light.ttf'); 
       font-weight: 300;
} 
/***
@font-face {
  font-family: 'Lato';
  font-display: auto;
  src: url('/Lato/Lato-Hairline.ttf'); 
       font-weight: 200;
}
****/
  body, p, h1, h2, h3, h4, h5, h6, a, ul li, ol li, div {
	  font-family: 'Lato', Arial, sans-serif !important;
	  
  }
  


