@font-face {
  font-family: 'Abel';
  src: url("/fonts/Abel-Regular.ttf") format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf") format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.ttf") format('truetype');
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.ttf") format('truetype');
  font-style: normal;
  font-weight: Bold;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-BoldItalic.ttf") format('truetype');
  font-style: italic;
  font-weight: Bold;
}

@font-face {
  font-family: 'Lato Black';
  src: url("../fonts/Lato-Black.ttf") format('truetype');
  font-style: normal;
  font-weight: Bold;
}

@font-face {
  font-family: 'Lato Black';
  src: url("../fonts/Lato-BoldItalic.ttf") format('truetype');
  font-style: italic;
  font-weight: Bold;
}
