/*
WEBSITE FONTS
ICONS
*/

/*******************************************************************************************
WEBSITE FONTS
*******************************************************************************************/
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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



/*******************************************************************************************
ICONS
*******************************************************************************************/
@font-face {
    font-family: 'standard-icons';
    src:  url('../fonts/standard-icons.eot?5s9x93');
    src:  url('../fonts/standard-icons.eot?5s9x93#iefix') format('embedded-opentype'),
    url('../fonts/standard-icons.ttf?5s9x93') format('truetype'),
    url('../fonts/standard-icons.woff?5s9x93') format('woff'),
    url('../fonts/standard-icons.svg?5s9x93#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: var(--icons-font-family) !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-arrow-right:before {
    content: var(--icon-arrow-right);
}
.icon-facebook-f:before {
    content: var(--icon-facebook-f);
}
.icon-youtube:before {
    content: var(--icon-youtube);
}
.icon-instagram:before {
    content: var(--icon-instagram);
}
.icon-star:before {
    content: var(--icon-star);
}
.icon-film:before {
    content: var(--icon-film);
}
.icon-camera:before {
    content: var(--icon-camera);
}
.icon-gear-complex:before {
    content: var(--icon-gear-complex);
}
.icon-chevron-down:before {
    content: var(--icon-chevron-down);
}

.icon-play:before {
    content: var(--icon-play);
}
