﻿@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    /* Have to hardcode fingerprint because ASP .NET doesn't append fingerpints inside of styles (and fingerprinted assets are cached much better).
    Also file name without fingerprint is added as a fallback for case if ASP .NET will change their hashing algorithm in future. */
    src: url(./inter.4zs59675js.woff2) format('woff2'), url(./inter.woff2) format('woff2'); 
}