@font-face {
    font-display: fallback;
    font-family: ScoutLight;
    src: url(../fonts/Scout-Light.woff2) format("woff2"), url(../fonts/Scout-Light.woff) format("woff"),
        url(../fonts/Scout-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-display: fallback;
    font-family: ScoutBold;
    src: url(../fonts/Scout-Bold.woff2) format("woff2"), url(../fonts/Scout-Bold.woff) format("woff"),
        url(../fonts/Scout-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"),
        url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}