
@font-face {
  font-family: db heavent;
  src: url(../fonts/DBHeavent.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: db heavent;
  src: url(../fonts/DBHeavent-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: db heavent;
  src: url(../fonts/DBHeavent-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: db heavent;
  src: url(../fonts/DBHeavent-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html body {
  margin: 0;
  font-size: 22px;
  font-family: db heavent, helvetica neue, sans-serif;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}
body.dark-bg {
  background-color: #272729;
}
* {
  outline: none;
  box-sizing: border-box;
}
a,
a:focus,
a:visited,
a:hover {
  text-decoration: none;
}
svg text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
svg text::selection {
  background: 0 0;
}
#nprogress .bar {
  background: #ea5771 !important;
  height: 4px !important;
}
#nprogress .peg {
  box-shadow: 0 0 10px #ea5771, 0 0 5px #ea5771 !important;
}
.btn-line-index{
  background: url(../img/line-contact-index.png) center center no-repeat;
  background-size: cover;
  height: 35px;
  width: 35px;
  line-height: 0;
  border-radius: 5px;
  vertical-align: middle;
  margin-left: auto;
  
  
  

}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* test */
/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgb(31 57 147) 0%, rgb(52 96 249) 100%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}