@font-face {
  font-family: 'Libre Baskerville';
    src: local('Libre Baskerville'),
      url('/fonts/LibreBaskerville-Regular.woff2') format('woff2'),
        url('/fonts/LibreBaskerville-Regular.woff') format('woff'),
        url('/fonts/LibreBaskerville-Regular.ttf') format('truetype'),
      url('/fonts/LibreBaskerville-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Libre Baskerville';
    src: local('Libre Baskerville'),
      url('/fonts/LibreBaskerville-Regular.woff2') format('woff2'),
        url('/fonts/LibreBaskerville-Regular.woff') format('woff'),
        url('/fonts/LibreBaskerville-Regular.ttf') format('truetype'),
      url('/fonts/LibreBaskerville-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}