@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/Inter/Inter-Regular.woff2') format('woff2'),
       url('/assets/fonts/Inter/Inter-Regular.woff') format('woff'),
       url('/assets/fonts/Inter/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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



.text{
  text-transform: none;
}


.card-title {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    font-size:3rem;
}

@media (max-width: 1200px) {
  .card-title {
    font-size:3rem;
}
}

.card-descriptor{
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    font-size:2rem;
}


.descriptor-target{
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-size:2rem;
  margin-left: 30px;
}



.license-text{
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  font-style: normal;
  font-size:1.3rem;
}


