/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
html,
body {
  margin: 0;
  padding: 0;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  flex-grow: 1;
  font-family: Open Sans;
}

body {
  max-width: 100%;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  cursor: default;
  flex-grow: 0;
  flex-shrink: 0;
}

* {
  scrollbar-color: #423940 #160110;
}

a {
  color: var(--color-1);
  text-decoration: none;
}
a:hover {
  color: var(--color-2);
}

/*# sourceMappingURL=styles.css.map*/