@font-face {
  font-family: 'Tommy Soft';
  src: url('TommySoft-ExtraBold-800.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Great Vibes';
  src: url('GreatVibes-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.header-font {
  font-family: 'Vollkorn', serif;
  font-weight: 800;
}

.fancy-font {
    font-family: 'Great Vibes', serif;
    font-weight: 800;
}