@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Varta:wght@300;400;500;600;700&display=swap');

@import url('_button.css');

::-webkit-scrollbar {
    width: unset !important;
    display: unset !important;
    background: unset !important;
}

/* Define the scrollbar style */
::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
  }

  /* Define the thumb style */
  ::-webkit-scrollbar-thumb {
    background-color: var(--secondary-dark);
    border-radius: 10px !important;
  }

  /* Define the track style */
  ::-webkit-scrollbar-track {
    background-color: #cccccc00 !important;
  }
    /* Define the button style */
  ::-webkit-scrollbar-button {
    background-color: transparent;
    border-radius: 5px;
    width: 5px;
  }