/**
* Univers with ligatures for ORO
*
*
*
* 300 = light
*/

/* 300 = light */
@font-face {
  font-family: 'ORO';
  src:url("ORO.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: 'ORO';
  src:url("ORO.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: condensed;
}
