::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #ededed;
}

::-webkit-scrollbar-thumb {
  background: #4d90fe;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #3366ff;
}

::-webkit-scrollbar-button {
  display: none;
}

html,
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", Impact, sans-serif;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4,
h5,
h6 {
  font-size: 1.5rem;
}

p,
ul,
ol,
li,
span,
div {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }
}
