/**
 * Shared font stylesheet loaded by WordPress on front end and in the editor.
 *
 * It keeps the font loading outside the generated Tailwind CSS so the import
 * stays valid and easy to cache separately.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Afacad+Flux:wght@400;500;600;700&display=swap");
