/* =========================================================================
   Zomerpark – lettertypes (zelf-gehost vanuit /fonts)
   - BN Mighty  : vette display-titels (met outline/schaduw)
   - Epilogue   : normale sans-serif tekst (variabel gewicht)
   ========================================================================= */

@font-face {
  font-family: "BN Mighty";
  src: url("../fonts/bn-mighty.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url("../fonts/epilogue-variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url("../fonts/epilogue-italic-variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
