/* Filename versions: bump the -x.y suffix when replacing a font file, the URL is cached for a year (lib/middleware/static_cache_control_middleware.rb). Keep the unversioned copies, cached stylesheets still request them. */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Regular-3.12.woff2") format("woff2"),
    url("/fonts/Inter-Regular-3.12.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/Inter-Medium-3.12.woff2") format("woff2"),
    url("/fonts/Inter-Medium-3.12.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Inter-SemiBold-3.12.woff2") format("woff2"),
    url("/fonts/Inter-SemiBold-3.12.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter-Bold-3.12.woff2") format("woff2"),
    url("/fonts/Inter-Bold-3.12.woff") format("woff");
}
