/* @import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap); */

/* Lato Regular */
/*
@font-face {
    font-display: swap;
    font-family: lato;
    src: url(../fonts/lato/lato-regular.eot);
    src: url(../fonts/lato/lato-regular.eot?#iefix) format("embedded-opentype"),
         url(../fonts/lato/lato-regular.woff) format("woff"),
         url(../fonts/lato/lato-regular.ttf) format("truetype"),
         url(../fonts/lato/lato-regular.svg#lato) format("svg");
    font-style: normal;
    font-weight: 400;
}
*/

/* Lato Bold */
/*
@font-face {
    font-display: swap;
    font-family: lato;
    src: url(../fonts/lato/lato-bold.eot);
    src: url(../fonts/lato/lato-bold.eot?#iefix) format("embedded-opentype"),
         url(../fonts/lato/lato-bold.woff) format("woff"),
         url(../fonts/lato/lato-bold.ttf) format("truetype"),
         url(../fonts/lato/lato-bold.svg#lato) format("svg");
    font-style: normal;
    font-weight: 700;
}
*/

/* Roboto Regular */
/*
@font-face {
    font-display: swap;
    font-family: roboto;
    src: url(../fonts/roboto/regular.eot);
    src: url(../fonts/roboto/regular.eot?#iefix) format("embedded-opentype"),
         url(../fonts/roboto/regular.woff) format("woff"),
         url(../fonts/roboto/regular.ttf) format("truetype"),
         url(../fonts/roboto/regular.svg#roboto) format("svg");
    font-style: normal;
    font-weight: 400;
}
*/

/* Roboto Medium */
/*
@font-face {
    font-display: swap;
    font-family: roboto;
    src: url(../fonts/roboto/medium.eot);
    src: url(../fonts/roboto/medium.eot?#iefix) format("embedded-opentype"),
         url(../fonts/roboto/medium.woff) format("woff"),
         url(../fonts/roboto/medium.ttf) format("truetype"),
         url(../fonts/roboto/medium.svg#roboto) format("svg");
    font-style: normal;
    font-weight: 500;
}
*/

/* Icomoon - Оставлен активным */
@font-face {
    font-display: swap;
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot);
    src: url(../fonts/icomoon/icomoon.eot?#iefix) format("embedded-opentype"),
    url(../fonts/icomoon/icomoon.woff) format("woff"),
    url(../fonts/icomoon/icomoon.ttf) format("truetype"),
    url(../fonts/icomoon/icomoon.svg#icomoon) format("svg");
    font-style: normal;
    font-weight: 400;
}

/*# sourceMappingURL=maps/base--include-fonts.css.map */