/* Noto Sans | Regular */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./../../Noto_Sans/NotoSans-Regular.ttf') format('truetype');
}

/* Noto Sans | Bold */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./../../Noto_Sans/NotoSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 700;
    src: url('./../../Noto_Sans/NotoSans-BoldItalic.ttf') format('truetype');
}

html, body *, 
.pwAccordion__buttonToggle p,
.pwReferences__overview__reference h3,
.pwOffer * {
    font-family: 'Noto Sans';
}

/* ---- design specific overrides ---- */