@font-face {
  font-family: 'Cinzel Decorative';
  src: url('/fonts/CinzelDecorative-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Labels New';
  src: url('/fonts/LabelsNew.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Garamond';
  src: url('/fonts/Garamond-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Garamond als standaard voor alle tekst */
body, p, li, span, div, a, td, th {
  font-family: 'Garamond', serif;
}

.display-text, .logo {
  font-family: 'Cinzel Decorative', cursive;
}
.subkopjes {
  font-family: 'Labels New', sans-serif;
}
.bodytext {
  font-family: 'Garamond', serif;
  font-weight: normal;
}
.onderschrift {
  font-family: 'Cormorant Italic', serif;
  font-style: italic;
}