/*Google Fonts*/

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/LibreBaskerville/LibreBaskerville-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/LibreBaskerville/LibreBaskerville-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/LibreBaskerville/LibreBaskerville-Bold.ttf') format('truetype');
}
