@font-face {
  font-family: "dahlia-regular";
  src: url(/fonts/dahlia-regular.otf?c0c917788fff75cca482b3624840b9b5);
}

@font-face {
  font-family: "Belgant Aesthetic";
  src: url(/fonts/belgant-aesthetic.ttf?2b62046f688696b5aef6f81da7192c4e);
}

@font-face {
  font-family: "sofiapro-light";
  src: url(/fonts/sofiapro-light.otf?6bf30b6ebc3c6b3c75070d42c4b289c1);
}

body {
  margin: 0;
  color: #000;
  font-family: "sofiapro-light";
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  padding: 0 !important;
  list-style: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Belgant Aesthetic";
}

/* total width */

::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

/* scrollbar itself */

::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */

::-webkit-scrollbar-button {
  display: none;
}

a {
  padding: 0;
  margin: 0;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #000;
}

address,
dl,
ol,
p,
ul {
  margin: 0 !important;
}

a:hover,
a:focus,
a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

button {
  transition: all 0.5s ease;
}

body {
  background-color: red;
}

