@font-face {
    font-family: 'Titillium Web';
    /*src: url('fonts/TitilliumWeb-Regular.ttf') format('truetype');*/
    src: url('../fonts/TitilliumWeb-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/TitilliumWeb-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/TitilliumWeb-Regular.woff') format('woff'),
        /* Pretty Modern Browsers */ url('../fonts/TitilliumWeb-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/TitilliumWeb-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    /*src: url('fonts/TitilliumWeb-Bold.ttf') format('truetype');*/
    src: url('../fonts/TitilliumWeb-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/TitilliumWeb-Bold.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/TitilliumWeb-Bold.woff') format('woff'),
        /* Pretty Modern Browsers */ url('../fonts/TitilliumWeb-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/TitilliumWeb-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-display: swap;
}

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