/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/global.scss ***!
  \***************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  color: #ffffff;
  width: 100%;
  margin: 0;
  background: #141414;
}
body a {
  color: #ffffff;
}

html {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 1.4;
  min-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
}

h1 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 750px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 750px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 750px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 750px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 750px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

a {
  transition: color 0.2s;
}

.notistack-SnackbarContainer .notistack-MuiContent-default {
  background-color: #141414;
}

.notistack-SnackbarContainer .notistack-MuiContent-info {
  background-color: #fffbeb;
  color: #141414;
}
.notistack-SnackbarContainer .notistack-MuiContent-info svg {
  display: none;
}

.notistack-SnackbarContainer .notistack-MuiContent-error {
  background-color: #ff2c2c;
}
