/* shared/fonts.css
   ────────────────────────────────────────
   The only place we load webfonts. Linked from every page so the
   typography stays consistent across the homepage and every project.
*/

@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Caveat:wght@500;700&family=DM+Mono:wght@500&display=swap");
