/* Primary family name matches Figma (`typography/family/emphasis`). */
@font-face {
  font-family: 'Cns Manrope';
  src: url('../fonts/CnsManrope-Regular.ttf');
}
@font-face {
  font-family: 'Cns Manrope';
  font-weight: 500;
  src: url('../fonts/CnsManrope-Medium.ttf');
}
@font-face {
  font-family: 'Cns Manrope';
  src: url('../fonts/CnsManrope-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Cns Manrope';
  src: url('../fonts/CnsManrope-Bold.ttf');
  font-weight: 700;
}

/* Alias: Polaris / legacy code still request `Manrope`. */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/CnsManrope-Regular.ttf');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  src: url('../fonts/CnsManrope-Medium.ttf');
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/CnsManrope-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/CnsManrope-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Manrope-Medium';
  src: url('../fonts/CnsManrope-Medium.ttf');
}
@font-face {
  font-family: 'TWK Everett';
  src: url('../fonts/TWKEverett-Regular.otf');
}

:root {
  --typography-family-emphasis: 'Cns Manrope', Manrope, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  --pl-font-sans: var(--typography-family-emphasis);
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: var(--typography-family-emphasis);
}

button {
  font-family: 'Cns Manrope', Manrope, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

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

.grecaptcha-badge{
  display: none !important;
}

.MuiPickersDay-root:focus.Mui-selected {
  background-color: #0552D6;
}

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