/* Inter – optimalizované pro výkon – WOFF2 only */

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("/fonts/Inter_18pt-Thin.woff2") format("woff2");
    unicode-range:
            U+0000-00FF,
            U+0100-017F,
            U+0180-024F;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/Inter_18pt-Light.woff2") format("woff2");
    unicode-range:
            U+0000-00FF,
            U+0100-017F,
            U+0180-024F;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter_18pt-Regular.woff2") format("woff2");
    unicode-range:
            U+0000-00FF,
            U+0100-017F,
            U+0180-024F;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/Inter_18pt-Medium.woff2") format("woff2");
    unicode-range:
            U+0000-00FF,
            U+0100-017F,
            U+0180-024F;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Inter_18pt-SemiBold.woff2") format("woff2");
    unicode-range:
            U+0000-00FF,
            U+0100-017F,
            U+0180-024F;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter_18pt-Bold.woff2") format("woff2");
    unicode-range:
            U+0000-00FF,
            U+0100-017F,
            U+0180-024F;
}
