$fontPath: '/assets/fonts' !default;
$iconMoonFontPath: 'assets/fonts/icomoon' !default;

@font-face {
    font-family: 'Frank New';
    font-display: swap;
    src: url('#{$fontPath}/frank-new/franknew-regular.eot');
    src: local('Frank New Regular'), local('FrankNew-Regular'),
    url('#{$fontPath}/frank-new/franknew-regular.eot?#iefix') format('embedded-opentype'),
    url('#{$fontPath}/frank-new/franknew-regular.woff2') format('woff2'),
    url('#{$fontPath}/frank-new/franknew-regular.woff') format('woff'),
    url('#{$fontPath}/frank-new/franknew-regular.ttf') format('truetype'),
    url('#{$fontPath}/frank-new/franknew-regular.svg#FrankNew-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frank New';
    font-display: swap;
    src: url('#{$fontPath}/frank-new/franknew-bold.eot');
    src: local('Frank New Bold'), local('FrankNew-Bold'),
    url('#{$fontPath}/frank-new/franknew-bold.eot?#iefix') format('embedded-opentype'),
    url('#{$fontPath}/frank-new/franknew-bold.woff2') format('woff2'),
    url('#{$fontPath}/frank-new/franknew-bold.woff') format('woff'),
    url('#{$fontPath}/frank-new/franknew-bold.ttf') format('truetype'),
    url('#{$fontPath}/frank-new/franknew-bold.svg#FrankNew-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Frank New';
    font-display: swap;
    src: url('#{$fontPath}/frank-new/franknew-medium.eot');
    src: local('Frank New Medium'), local('FrankNew-Medium'),
    url('#{$fontPath}/frank-new/franknew-medium.eot?#iefix') format('embedded-opentype'),
    url('#{$fontPath}/frank-new/franknew-medium.woff2') format('woff2'),
    url('#{$fontPath}/frank-new/franknew-medium.woff') format('woff'),
    url('#{$fontPath}/frank-new/franknew-medium.ttf') format('truetype'),
    url('#{$fontPath}/frank-new/franknew-medium.svg#FrankNew-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    font-display: auto;
    src: url('#{$iconMoonFontPath}/icomoon.eot');
    src: url('#{$iconMoonFontPath}/icomoon.eot?#iefix') format('embedded-opentype'),
        url('#{$iconMoonFontPath}/icomoon.ttf') format('truetype'),
        url('#{$iconMoonFontPath}/icomoon.woff') format('woff'),
        url('#{$iconMoonFontPath}/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
