/* Google Fonts Import for Bottger Theme */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&family=Roboto:wght@400;500&display=swap');

/* Font Family Classes */
.font-title {
    font-family: 'Poppins', 'Roboto', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.font-text {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

/* Font Weight Classes */
.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 800;
}


@font-face {
    font-family: "icons-1748438194000";
    src: url("../fonts/icons-1748438194000.eot");
    src: url("../fonts/icons-1748438194000.eot?#iefix") format("eot"), url("../fonts/icons-1748438194000.woff") format("woff"), url("../fonts/icons-1748438194000.ttf") format("truetype"), url("../fonts/icons-1748438194000.svg#icons-1748438194000") format("svg");
    font-weight: normal;
    font-style: normal
}


/* Icon Classes */
.icon-check::before {
    content: "\EA0E";
}

.icon-chevron::before {
    content: "\EA01";
}

.icon-facebook::before {
    content: "\EA02";
}

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

.icon-linkedin::before {
    content: "\EA04";
}

.icon-star::before {
    content: "\EA05";
}

.icon-youtube::before {
    content: "\EA06";
}

.icon-cart::before {
    content: "\EA07";
}

.icon-heart::before {
    content: "\EA08";
}

.icon-login::before {
    content: "\EA09";
}

.icon-search::before {
    content: "\EA0A";
}

.icon-fabric::before {
    content: "\EA0B";
}

.icon-shine::before {
    content: "\EA0C";
}

.icon-cross::before {
    content: "\EA0D";
}
