Switch body font from Inter to Poppins

This commit is contained in:
Workshop Bot 2026-06-09 18:19:39 +00:00
parent c960dcc361
commit 02e7a68265
10 changed files with 10 additions and 10 deletions

View file

@ -54,7 +54,7 @@ button, input, select, textarea {
/* Typography */
--font-heading: 'Playfair Display', Georgia, serif;
--font-body: 'Inter', system-ui, sans-serif;
--font-body: 'Poppins', system-ui, sans-serif;
/* Spacing / shape */
--radius: 0.75rem;