@font-face {
    font-family: TTInterphases;
    src: url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-regular.woff2) format("woff2"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-regular.woff) format("woff"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: TTInterphases;
    src: url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-demibold.woff2) format("woff2"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-demibold.woff) format("woff"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-demibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: TTInterphases;
    src: url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-extrabold.woff2) format("woff2"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-extrabold.woff) format("woff"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-extrabold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}


/* italic */

@font-face {
    font-family: TTInterphases;
    src: url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-italic.woff2) format("woff2"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-italic.woff) format("woff"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: TTInterphases;
    src: url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-demibold-italic.woff2) format("woff2"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-demibold-italic.woff) format("woff"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-demibold-italic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: TTInterphases;
    src: url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-extrabold-italic.woff2) format("woff2"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-extrabold-italic.woff) format("woff"), url(/app/themes/hercity/assets/fonts/TTInterphases/tt-interphases-extrabold-italic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: 'hercity-icons';
    src: url('/app/themes/hercity/assets/fonts/hercity-icons/hercity-icons.eot?axturt');
    src: url('fonts/hercity-icons.eot?axturt#iefix') format('embedded-opentype'), url('/app/themes/hercity/assets/fonts/hercity-icons/hercity-icons.woff2?axturt') format('woff2'), url('/app/themes/hercity/assets/fonts/hercity-icons/hercity-icons.ttf?axturt') format('truetype'), url('/app/themes/hercity/assets/fonts/hercity-icons/hercity-icons.woff?axturt') format('woff'), url('/app/themes/hercity/assets/fonts/hercity-icons/hercity-icons.svg?axturt#hercity-icons') 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: 'hercity-icons' !important;
    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-facebook:before {
    content: "\e900";
}

.icon-instagram:before {
    content: "\e901";
}

.icon-twitter:before {
    content: "\e902";
}

.icon-tiktok:before {
    content: "\e905";
}

.icon-prev-arrow:before {
    content: "\e903";
}

.icon-next-arrow:before {
    content: "\e904";
}