@font-face {
  font-family: 'Libre Baskerville';
  src: url('../css/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: "Libre Baskerville", serif;
}

.carousel .carousel-item .caption .display-1 {
	text-transform: none !important;
	font-size: 2rem;
}