@font-face {
  font-family: "Feeling Passionate";
  src: url("fonts/Feeling\ Passionate.ttf");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 100;
  src: url("fonts/IBMPlexSans-ExtraLight.ttf");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 300;
  src: url("fonts/IBMPlexSans-Regular.ttf");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  src: url("fonts/IBMPlexSans-SemiBold.ttf");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 900;
  src: url("fonts/IBMPlexSans-Bold.ttf");
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background-color: #333;
  font-family: "IBM Plex Sans";
  color: #fff;
}
