/* Roboto Fonts */
@font-face {
  font-family: "Roboto Light";
  src: url(./Roboto-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Medium";
  src: url(./Roboto-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Black";
  src: url(./Roboto-Black.ttf) format("truetype");
}

/* Oswald Fonts */
@font-face {
  font-family: "Oswald Bold";
  src: url(./Oswald-Bold.ttf) format("truetype");
}
