@font-face {
  font-family: "FSAlbert";
  src: url("./fonts/FSAlbert-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FSAlbert";
  src: url("./fonts/FSAlbert-ExtraBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

html {
  font-family: "FSAlbert", sans-serif;
  margin: 0;
  font-size: 16px;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  overflow-y: scroll;
}

#root {
  height: 100%;
}
