/*
 * Slow Kerala — font loading.
 *
 * theme.json already declares fontFace entries pointing to local woff2 files
 * in this folder. Drop these three files in for fully local hosting:
 *   - Fraunces-VariableFont_opsz,wght.woff2
 *   - Fraunces-Italic-VariableFont_opsz,wght.woff2
 *   - Archivo-VariableFont_wdth,wght.woff2
 * (Download from https://fonts.google.com — see wordpress/notes.md.)
 *
 * Until those files are present, the @import below pulls the same families
 * from Google Fonts so the site renders correctly out of the box. Once the
 * woff2 files are in place you can delete the @import line to go fully local.
 */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..600;1,9..144,300..600&family=Archivo:wght@400;500;600&display=swap");
