/* Font Awesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* GeneratePress */
@font-face {
    font-family: 'GeneratePress';
    src: url('../fonts/generatepress.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Segoe UI - Regular */
@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI/fonts/segoeui.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Segoe UI - Bold */
@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('../fonts/SegoeUI/fonts/segoeuib.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Segoe UI - Light */
@font-face {
    font-family: 'SegoeUI-Light';
    src: url('../fonts/SegoeUI/fonts/segoeuil.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
