/* 
  A custom subset with additional currency symbols is used.
*/
@font-face {
  font-family: 'PT Sans';
  src: url('/fonts/PTS55F_W.woff') format('woff');
}

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  src:
    local('PT Sans Italic'),
    url('/fonts/PTS56F_W.woff') format('woff');
}

/* 
  A custom subset with additional currency symbols is used.
*/
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/PTS75F_W.woff') format('woff');
}

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold;
  src:
    local('PT Sans Bold Italic'),
    url('/fonts/PTS76F_W.woff') format('woff');
}
