@font-face {
    font-family: 'gfont';
    src: url('fonts/gfont/gfont_italic.eot');
    src: url('fonts/gfont/gfont_italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/gfont/gfont_italic.woff2') format('woff2'),
        url('fonts/gfont/gfont_italic.woff') format('woff'),
        url('fonts/gfont/gfont_italic.ttf') format('truetype'),
        url('fonts/gfont/gfont_italic.svg#gfont_italic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'gfont';
    src: url('fonts/gfont/gfont_bold.eot');
    src: url('fonts/gfont/gfont_bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/gfont/gfont_bold.woff2') format('woff2'),
        url('fonts/gfont/gfont_bold.woff') format('woff'),
        url('fonts/gfont/gfont_bold.ttf') format('truetype'),
        url('fonts/gfont/gfont_bold.svg#gfont_bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gfont';
    src: url('fonts/gfont/gfont_regular.eot');
    src: url('fonts/gfont/gfont_regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/gfont/gfont_regular.woff2') format('woff2'),
        url('fonts/gfont/gfont_regular.woff') format('woff'),
        url('fonts/gfont/gfont_regular.ttf') format('truetype'),
        url('fonts/gfont/gfont_regular.svg#gfont_regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

