@font-face {
  font-family: 'Manrope';
  src: url('https://static.pro.coins.xyz/resource/static_web/fonts/CnsManrope-Regular.ttf');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  src: url('https://static.pro.coins.xyz/resource/static_web/fonts/CnsManrope-Medium.ttf');
}
@font-face {
  font-family: 'Manrope';
  src: url('https://static.pro.coins.xyz/resource/static_web/fonts/CnsManrope-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://static.pro.coins.xyz/resource/static_web/fonts/CnsManrope-Bold.ttf');
  font-weight: 700;
}

:root {
  --background: #ffffff;
  --foreground: rgba(0, 0, 0, 0.87);
}

html,
body {
  font-family:
    'Manrope',
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html body {
  background: var(--background);
  color: var(--foreground);
}

button {
  font-family: 'Manrope';
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
.my-scroll-bar::-webkit-scrollbar-track {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.my-scroll-bar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.my-scroll-bar::-webkit-scrollbar-thumb {
  background-color: rgba(127, 143, 164, 0.6);
  border-radius: 5px;
}
@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

.cs-main-dashboard-mobile {
  overflow: initial !important;
  padding-bottom: 80px;
}
