/* You can add global styles to this file, and also import other style files */
:root {
  --color-white: #FFFFFF;
  --main-background: #080808;
  --background-secondary: #171717;
  --background-additional: #151010;
  --color-blue: #3F81FD;
  --color-blue-hover: #0C5EB6;
  --color-main-grey: #262626;
}
body,
html,
#root {
  height: 100%;
  margin: 0;
  background-color: var(--main-background);
  padding: 0;
  box-sizing: border-box;
  color: var(--color-white);
  font-family: "SB Sans Text", sans-serif;
}
.layout-container {
  overflow-x: hidden;
}

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