@import url("https://use.typekit.net/osj0qgm.css");

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi-Bold.woff2') format('woff2'),
        url('../fonts/Nohemi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi-Light.woff2') format('woff2'),
        url('../fonts/Nohemi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi SemBd';
    src: url('../fonts/Nohemi-SemiBold.woff2') format('woff2'),
        url('../fonts/Nohemi-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi-Thin.woff2') format('woff2'),
        url('../fonts/Nohemi-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi ExtBd';
    src: url('../fonts/Nohemi-ExtraBold.woff2') format('woff2'),
        url('../fonts/Nohemi-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi-Regular.woff2') format('woff2'),
        url('../fonts/Nohemi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi-Medium.woff2') format('woff2'),
        url('../fonts/Nohemi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi-Black.woff2') format('woff2'),
        url('../fonts/Nohemi-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi-ExtraLight.woff2') format('woff2'),
        url('../fonts/Nohemi-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-stars:before {
    content: "\e900";
    color: #fff;
}