/*Custom font*/@font-face {
  font-family: 'LibreBaskerville-Bold';
  src: url('LibreBaskerville-Bold.svg#LibreBaskerville-Bold') format('svg'),
       url('LibreBaskerville-Bold.ttf') format('truetype'),
       url('LibreBaskerville-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LibreBaskerville-Italic';
  src: url('LibreBaskerville-Italic.svg#LibreBaskerville-Italic') format('svg'),
       url('LibreBaskerville-Italic.ttf') format('truetype'),
       url('LibreBaskerville-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LibreBaskerville-Regular';
  src: url('LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg'),
       url('LibreBaskerville-Regular.ttf') format('truetype'),
       url('LibreBaskerville-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

