@font-face {
  font-family: 'SaunaPro-Regular'; /* Choose a name for your font */
  src: url('./SaunaPro-Regular.otf') format('opentype');
  font-weight: normal; /* Adjust if you have different weights */
  font-style: normal;
}

h1, h2,h3,h4, .eventintroname{
    font-family: 'SaunaPro-Regular', Arial, sans-serif!important;
}

h1,h2,h3, .eventintroname{
  font-weight: normal!important;
}