/* InterDisplay font from https://rsms.me/inter/ */
/* Only used sets are loaded */

@font-face {
    font-family: "Inter Display";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("InterDisplay-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Inter Display";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("InterDisplay-Italic.woff2") format("woff2");
}

@font-face {
    font-family: "Inter Display";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("InterDisplay-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Inter Display";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("InterDisplay-MediumItalic.woff2") format("woff2");
}

@font-face {
    font-family: "Inter Display";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("InterDisplay-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter Display";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("InterDisplay-SemiBoldItalic.woff2") format("woff2");
}
