@font-face {
    font-family: IngoStem;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/ingostem-light.woff2") format("woff2"),
    url("../fonts/ingostem-light.woff") format("woff");
}

@font-face {
    font-family: IngoStem;
    font-style: normal;
    font-weight: normal; /* 400 */
    src: url("../fonts/ingostem-regular.woff2") format("woff2"),
    url("../fonts/ingostem-regular.woff") format("woff");
}

@font-face {
    font-family: IngoStem;
    font-style: normal;
    font-weight: 500; /* Значение в дизайне 600 */
    src: url("../fonts/ingostem-medium.woff2") format("woff2"),
    url("../fonts/ingostem-medium.woff") format("woff");
}

@font-face {
    font-family: IngoStem;
    font-style: normal;
    font-weight: bold; /* Значения в дизайне 650 и больше это bold */
    src: url("../fonts/ingostem-bold.woff2") format("woff2"),
    url("../fonts/ingostem-bold.woff") format("woff");
}