@charset "utf-8";
/* CSS Document */
/*FONTS*/
@font-face {
  font-family: OttoSans;
  src: url(../Fonts/OttoSans/otto-sans.ttf);
}

@font-face {
  font-family: OttoSans;
  src: url(../Fonts/OttoSans/otto-sans-bold.ttf);
  font-weight: bold;
}


@font-face {
  font-family: OttoSansThin;
  src: url(../Fonts/OttoSans/otto-sans-thin.ttf);
}

@font-face {
  font-family: OttoSansIcons;
  src: url(../Fonts/OttoSans/obc-icons.ttf);
}
