/*
WEBSITE FONTS
ICONS
*/

/*******************************************************************************************
WEBSITE FONTS
*******************************************************************************************/

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

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

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

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

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

/*******************************************************************************************
ICONS
*******************************************************************************************/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?rfni3e');
    src: url('../fonts/icomoon.eot?rfni3e#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rfni3e') format('truetype'),
    url('../fonts/icomoon.woff?rfni3e') format('woff'),
    url('../fonts/icomoon.svg?rfni3e#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-angle-left:before {
    content: "\e900";
}
.icon-angle-right:before {
    content: "\e901";
}
.icon-arrow-right-long:before {
    content: "\e902";
}
.icon-caret-down:before {
    content: "\e903";
}
.icon-facebook-f:before {
    content: "\e904";
}
.icon-instagram:before {
    content: "\e905";
}
.icon-x-twitter:before {
    content: "\e906";
}
.icon-youtube:before {
    content: "\e907";
}
