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

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

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

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

@font-face {
    font-family: 'GiraSans-BookItalic';
    src: url('GiraSans-BookItalic.woff2') format('woff2'),
        url('GiraSans-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Utopia Std Bold';
    src: url('UtopiaStd-Bold.woff2') format('woff2'),
        url('UtopiaStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Utopia Std Bold IT';
    src: url('UtopiaStd-BoldIt.woff2') format('woff2'),
        url('UtopiaStd-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

