/*
 * Inter Font - Self-Hosted
 * TODO: Download Inter font files (Regular 400, SemiBold 600) from Google Fonts
 * and place them in /public/fonts/, then add proper @font-face rules below.
 *
 * For now, the app falls back to system sans-serif fonts.
 *
 * Example @font-face rules:
 *
 * @font-face {
 *   font-family: 'Inter';
 *   font-style: normal;
 *   font-weight: 400;
 *   font-display: swap;
 *   src: url('/fonts/inter-regular.woff2') format('woff2');
 * }
 *
 * @font-face {
 *   font-family: 'Inter';
 *   font-style: normal;
 *   font-weight: 600;
 *   font-display: swap;
 *   src: url('/fonts/inter-semibold.woff2') format('woff2');
 * }
 */
