/*
 * Inter — self-hosted font-face for PMS Dashboard.
 * Place inter-latin.woff2 in this folder to enable the custom font.
 * Dashboard works fine without it (falls back to system-ui).
 */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: local('Inter'),
         url('inter-latin.woff2') format('woff2');
}
