/* Chelvies Coffee — site-wide brand serif (Gelasio).
 *
 * Gelasio is an open-source, metrically-compatible substitute for Georgia (same
 * proportions/metrics), so it gives every device the identical serif look that
 * Georgia gives — but served from OUR server instead of relying on the OS font.
 *
 * Registered in the DB as a web_fonts row whose font_path points here
 * (assets/fonts/gelasio/gelasio.css). base.php loads this file and applies the
 * 'Gelasio' family to every element via the --font-* tokens.
 *
 * Import shim: pulls Gelasio from Google Fonts for now. To fully self-host, drop the
 * Gelasio-*.woff2 files in this folder and replace the @import below with local
 * @font-face rules — font-family stays 'Gelasio', so nothing else changes.
 */
@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap');
