@font-face {
    font-family: 'Goldbill XS';
    src: url('Goldbill-XSExtraBold.woff2') format('woff2'),
        url('Goldbill-XSExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldbill XL';
    src: url('Goldbill-XLLight.woff2') format('woff2'),
        url('Goldbill-XLLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldbill XL';
    src: url('Goldbill-XLLightItalic.woff2') format('woff2'),
        url('Goldbill-XLLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Goldbill XS';
    src: url('Goldbill-XSExtraBoldItalic.woff2') format('woff2'),
        url('Goldbill-XSExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

