@font-face {
  font-family: "Protipo";
  src: url("/font/Protipo-Regular.otf"), url("/font/Protipo-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  font-family: Protipo;
}