/** SAP Font 72 **/

@font-face {
  font-family: '72';
  src: url(72-Regular.woff2) format("woff2"),url(72-Regular.woff) format("woff"),url(72-Regular.ttf) format("truetype");
}

@font-face {
  font-family: SAP-icons-fiori;
  src: url('SAP-icons.eot'), /* IE9+ */
       url('SAP-icons.ttf'),
       url('SAP-icons.woff') format("woff");
  font-weight: 400;
  font-style: normal
}

.bodyText, .ANBodyText, td.extTable, body,.changeIndicator,
.scrollTableWrapper td.tableBodyClass,.vrheader, .vrheaderLarge,
.vrheaderXLarge,.previousValue,.remittanceDetailSubHeading,
.mainContentRow, .pageHeadingText {
    font-family: '72',Arial,Helvetica,sans-serif !important;
}

html *{
    font-family: '72',Arial,Helvetica,sans-serif !important;
}
h1 {
    font: 20px !important;
}
h2 {
    font: 16px !important;
}
h3 {
    font: 14px !important;
}

.pageContent {
    background-color: #EDEFF0 ;
}