@font-face {
    font-family: 'Oxfam TSTAR PRO';
    src:    url('OxfamTSTARPRO-Bold.woff2') format('woff2'),
            url('OxfamTSTARPRO-Bold.woff') format('woff'),
            url('OxfamTSTARPRO-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxfam TSTAR PRO';
    src:    url('OxfamTSTARPRO-Italic.woff2') format('woff2'),
            url('OxfamTSTARPRO-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Oxfam TSTAR PRO';
    src:    url('OxfamTSTARPRO-BoldItalic.woff2') format('woff2'),
            url('OxfamTSTARPRO-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Oxfam TSTAR PRO';
    src:    url('OxfamTSTARPRO-Medium.woff2') format('woff2'),
            url('OxfamTSTARPRO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxfam TSTAR PRO';
    src: 
        url('OxfamTSTARPRO-Regular.woff2') format('woff2'),
        url('OxfamTSTARPRO-Regular.woff') format('woff'),
        url('OxfamTSTARPRO-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxfam TSTAR PRO Headline';
    src:    url('OxfamTSTARPRO-Headline.woff2') format('woff2'),
            url('OxfamTSTARPRO-Headline.woff') format('woff'),
            url('OxfamTSTARPRO-Headline.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}