@font-face {
    font-family: 'FONTSPRINGItalic';
    src: url('FONTSPRINGDEMO-GibsonMediumItalic.woff2') format('woff2'),
        url('FONTSPRINGDEMO-GibsonMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

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



.FONTSPRINGItalic{
    font-family: 'FONTSPRINGItalic';
}

.FONTSPRINGRegular{
    font-family: 'FONTSPRINGRegular';
}
.FONTSPRINGBold{
    font-family: 'FONTSPRINGBold';
}