body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Outfit";
  color: #f9f9f9;
}

html {
  scroll-behavior: smooth;
}

section:not(.entry) {
  position: relative;
  z-index: 2;
}

@font-face {
  font-family: "Adoria";
  src: url("../fonts/Adoriademo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-VariableFont_wght.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}