@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Inter-roman.var.woff2?v=3.18") format("woff2");
}

@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("Inter-italic.var.woff2?v=3.18") format("woff2");
}

/* Alias the variable font under the plain family name `Inter`.
   Component stylesheets declare `font-family: 'Inter', ...` in 22 places; without this
   alias only `Inter var` existed, so every one of those fell through to the system font.
   Same variable files, so this adds no download - and weight 100-900 covers the 600/700/800
   declarations that were previously rendering as synthesized faux bold. */
@font-face {
    font-family: 'Inter';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    src: url("Inter-roman.var.woff2?v=3.18") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    src: url("Inter-italic.var.woff2?v=3.18") format("woff2");
}
