@font-face {
    font-family: 'LatoLight';
    src: url('fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'LatoBold';
    src: url('fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'FAsolid';
  src: url('fonts/fa-solid-900.ttf')  format('truetype'),
       url('fonts/fa-solid-900.woff2') format('woff2'),
       url('fonts/fa-solid-900.woff') format('woff');
}

@font-face {
  font-family: FontAwesome-brands;
  src: url('fonts/fa-brands-400.ttf')  format('truetype');
}

@font-face {
    font-family: 'silhouetto';
    src: url('fonts/Silhouetto-Script.ttf')  format('truetype'),
         url('fonts/silhouetto-script.woff2') format('woff2'),
         url('fonts/silhouetto-script.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
