/*
WEBSITE FONTS
ICONS
*/

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

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

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

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

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-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.woff2?z0jc22') format('woff2');
    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-back:before {
    content: var(--icon-arrow-back);
}

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

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

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

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

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

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

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

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

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

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