/* Caromont font*/

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Ginnava/caramont/static/Cormorant-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


/* Ginnava icon font */

@font-face {
    font-family: 'Ginnava';
    src:
        url('../fonts/Ginnava/Ginnava.ttf?b0lter') format('truetype'),
        url('../fonts/Ginnava/Ginnava.woff?b0lter') format('woff'),
        url('../fonts/Ginnava/Ginnava.svg?b0lter#Ginnava') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="gicon-"], [class*=" gicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Ginnava' !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;
}

.gicon-facebook:before {
    content: "\ea90";
}
.gicon-instagram:before {
    content: "\ea92";
}
.gicon-whatsapp:before {
    content: "\ea93";
}
.gicon-twitter:before {
    content: "\ea96";
}
.gicon-remove:before {
    content: "\e902";
}
.gicon-account:before {
    content: "\e900";
}
.gicon-cart:before {
    content: "\e901";
}
