
/* ----------------------------------------------------------------------------------------------------
Fonts
---------------------------------------------------------------------------------------------------- */
@font-face
{
  font-family: Netto;
  src: url("../webfonts/NettoWeb.eot");
}

@font-face
{
  font-family: Netto;
  src: url("../webfonts/NettoWeb.woff") format("woff");
}
 
@font-face
{
  font-family: Netto;
  src: url("../webfonts/NettoWeb-Bold.eot");
  font-weight: bold;
}

@font-face
{
  font-family: Netto;
  src: url("../webfonts/NettoWeb-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face
{
  font-family: Netto;
  src: url("../webfonts/NettoWeb-Light.eot");
  font-weight: 200;
}

@font-face
{
  font-family: Netto;
  src: url("../webfonts/NettoWeb-Light.woff") format("woff");
  font-weight: 200;
}