
@font-face {
  font-family: 'Inter';
  src: url(../fonts/Inter-VariableFont_opsz\,wght.ttf) format('truetype');
}

@font-face {
    font-family: 'AurenFont';
    src: url("../fonts/Vanillafont-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'Cinzel';
  src: url(../fonts/Cinzel-VariableFont_wght.ttf) format('truetype');
}

@font-face {
  font-family: 'Moidukg';
  src: url(../fonts/MoidugkTrialRegular-woqDn.ttf) format('truetype');
}

@font-face {
  font-family: 'Valqriv';
  src: url(../fonts/ValqrivTrialRegular-ARA5m.ttf) format('truetype');
}

@font-face {
  font-family: 'Strange';
  src: url(../fonts/StrangeDreams-ZVRzl.ttf) format('truetype');
}

@font-face {
  font-family: 'Cinzel-Decorative';
  src: url(../fonts/CinzelDecorative-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Garamond';
  src: url(../fonts/EBGaramond-VariableFont_wght.ttf) format('truetype');
}

@font-face {
  font-family: 'Merriweather';
  src: url(../fonts/Merriweather-VariableFont_opsz\,wdth\,wght.ttf) format('truetype');
}

@font-face {
  font-family: 'Marcellus';
  src: url(../fonts/Marcellus-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Encode';
  src: url(../fonts/EncodeSansSemiCondensed-Regular.ttf) format('truetype');
}

html { scroll-behavior: smooth; }

body {
  min-height: 100%;
  margin: 0;
  background-color: #111;
  color: #fff;
  font-family: 'Cinzel';
  background-image: url(../images/backgrounds/blackBackgroundAuren.png);
  background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
}