@font-face {
  font-family: 'GeneralSans-Variable';
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-VariableFont_wght.ttf");
}

* {
  margin: 0px;
  font-family: GeneralSans-Variable;
  font-style: normal;
  font-variation-settings: "wght" 582.708;
  font-feature-settings: "salt";
  color: white;
  overflow: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

a {
  color: #40A2E3
}

.content {
  display: flex;
  flex-direction: column;
}

.bigText {
  font-variation-settings: "wght" 580;
  font-size: 50px;
}

.container {
  display: flex;
}
