/**
* Font fallback stylesheet for Program OT. 
* Renamed as Helvetica Heading to avoid conflict with the default Helvetica font family and to apply it only to headings.
*/
@font-face {
  font-family: 'Helvetica Heading';
  src: local('Helvetica');
  size-adjust: 88%;
}
