::-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;
}

:root {
    --brand-gray-500: #2A2C29;
    --brand-gray-400: #555654;
    --brand-gray-300: #7F807F;
    --brand-gray-200: #AAABA9;
    --brand-gray-100: #D4D5D4;
    
    --brand-yellow-500: #F0FE2F;
    --brand-yellow-500: #F3FE59;
    --brand-yellow-500: #F6FE82;
    --brand-yellow-500: #F9FFAC;
    --brand-yellow-500: #FCFFD5;
    
    --old-bg-color: #F6F4E6;
}

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;
  }
}
