/* Geometria (Brownfox): файлы .woff лежат рядом с этим CSS. Regular в комплекте нет — 400–600 закрывает Medium. */
@font-face {
    font-family: "Geometria";
    src: url("./Geometria-Medium.woff") format("woff");
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geometria";
    src: url("./Geometria-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geometria";
    src: url("./Geometria-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geometria";
    src: url("./Geometria-MediumItalic.woff") format("woff");
    font-weight: 400 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Geometria";
    src: url("./Geometria-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Geometria";
    src: url("./Geometria-ExtraBoldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
