/* ==========================================================================
Icon fonts
========================================================================== */
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icon-fonts/icomoon.eot?mbnjcf");
    src: url("../fonts/icon-fonts/icomoon.eot?mbnjcf#iefix")
            format("embedded-opentype"),
        url("../fonts/icon-fonts/icomoon.ttf?mbnjcf") format("truetype"),
        url("../fonts/icon-fonts/icomoon.woff?mbnjcf") format("woff"),
        url("../fonts/icon-fonts/icomoon.svg?mbnjcf#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: "icomoon" !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-icon-1:before {
    content: "\e900";
}

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

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

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

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

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

.icon-icon-7:before {
    content: "\e906";
}

.icon-icon-8:before {
    content: "\e907";
}

.icon-icon-9:before {
    content: "\e908";
}

.icon-icon-10:before {
    content: "\e909";
}
/* ========================================================================== */

/* ==========================================================================
Custom fonts
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/* ========================================================================== */
