@font-face {
  font-family: "Teleforce Sans";
  src: url("teleforce-sans-bold-webfont.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Teleforce Sans";
  src: url("teleforce-sans-medium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Teleforce Sans";
  src: url("teleforce-sans-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}


* {
  font-family: "Teleforce Sans", sans-serif;
}
