

@font-face {
    font-family: 'neuropolregular';
    src: url('../fonts/neuropol-webfont.woff2') format('woff2'),
         url('../fonts/neuropol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1,h2,h3,h4,h5,h6,
.sp-megamenu-parent > li {
    font-family: 'neuropolregular' !important;

}





body::-webkit-scrollbar {
  width: 9px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #2f2f2f        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #00a525;    /* color of the scroll thumb */
  /*border-radius: 2px;           roundness of the scroll thumb */
  /*border: 1px solid #2f2f2f;   creates padding around scroll thumb */
}