/* Public route handlers do not compile next/font under next dev. These are the
   same pinned OFL faces as app/fonts.ts, served locally without hydration. */
@font-face { font-family: 'Timetable Inter'; src: url('./inter-latin-wght-normal.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Timetable Fraunces'; src: url('./fraunces-latin-opsz-normal.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
html { --font-inter: 'Timetable Inter', Arial, sans-serif; --font-fraunces: 'Timetable Fraunces', Georgia, serif; }
