@font-face {
  font-family: "omletta";
  src: url("fonts/Omletta-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Gotham-Rounded-Bold";
  src: url("fonts/Gotham-Rounded-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Gotham-Rounded-Medium";
  src: url("fonts/Gotham-Rounded-Medium.otf") format("opentype");
}

body {
  text-align: justify;
}

h1 {
  font-family: "omletta", sans-serif;
}

h5 {
  font-family: "Gotham-Rounded-Bold";
}

p,
li {
  font-family: "Gotham-Rounded-Medium";
}
