/* Inter Variable — self-hosted (public/fonts/inter-latin.woff2) */
@font-face {
    font-family: 'InterVariable';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/inter-latin.woff2') format('woff2-variations');
}

:root {
    --tblr-font-family: 'InterVariable', ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

body {
    font-family: 'InterVariable', ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}
