/* --------------------------- L A T O ------------------------------- */
@font-face {
  font-family: 'Lato'; 
  src: url('/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400; 
  font-style: normal; 
  font-display: swap; 
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('/Lato/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato-Black';
  src: url('/Lato/Lato-Black.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Lato-Italic';
  src: url('/Lato/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


* {
   font-family: "Lato", sans-serif !important;
}

body {
   font-family: "Lato", sans-serif !important;
}

/* @font-face {
  font-family: 'Lato-Italic';
  src: url('/fonts/lato/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
 */
