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

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

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

