@font-face {
  font-family: "Gotham";
  src: url(./gotham_normal.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Gotham";
  src: url(./gotham_bold.otf);
  font-weight: 600;
}

@font-face {
  font-family: "Heroic";
  src: url(./heroic_normal.ttf);
  font-weight: normal;
}


@font-face {
  font-family: "Caslon";
  src: url(./caslon_normal.otf);
  font-weight: normal;
}

@font-face {
  font-family: "Starmoon";
  src: url(./starmoon.otf);
  font-weight: normal;
}
@font-face {
  font-family: "Retro";
  src: url(./retro.otf);
  font-weight: normal;
}

@font-face {
  font-family: "Outfit";
  src: url(./Outfit-Light.ttf);
  font-weight: lighter;
}
@font-face {
  font-family: "Outfit";
  src: url(./Outfit-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Outfit";
  src: url(./Outfit-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "Outfit";
  src: url(./Outfit-ExtraBold.ttf);
  font-weight: 900;
}
