/**
 * Self-hosted Inter variable font
 * Source: https://rsms.me/inter/
 * Downloaded from Google Fonts (fonts.gstatic.com) for GDPR compliance.
 * No external font requests are made at runtime.
 */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-roman-var.woff2') format('woff2');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}
