/* Monterchi Font */
@font-face {
  font-family: 'LibreBaskerville';
  src: url('/static/assets/fonts/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Add additional weights/styles if needed */
@font-face {
  font-family: 'LibreBaskerville';
  src: url('/static/assets/fonts/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Add additional weights/styles if needed */
@font-face {
    font-family: 'LibreBaskerville';
    src: url('/static/assets/fonts/LibreBaskerville-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: 'Parisienne';
  src: url('/static/assets/fonts/Parisienne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}