@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro.otf");
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Italic.otf");
  font-style: italic;
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Black.otf");
  font-weight: 900;
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Black Italic.otf");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Bold Italic.otf");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Light.otf");
  font-weight: 300;
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Light Italic.otf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Thin.otf");
  font-weight: 100;
}

@font-face {
  font-family: "Netto Pro";
  src: url("/fonts/FontFont - Netto Pro Thin Italic.otf");
  font-weight: 100;
  font-style: italic;
}