/* Geist Mono self-hosted @font-face declaration.
 * Loaded via <link rel="stylesheet"> in layouts/app.blade.php so that
 * Tailwind's Vite plugin does not try to resolve the url() at build time
 * (which would emit the "didn't resolve at build time" warning).
 */
@font-face {
    font-family: 'Geist Mono';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/GeistMono-Variable.woff2') format('woff2-variations'),
         local('Geist Mono');
}
