diff --git a/app/globals.css b/app/globals.css index fd81e88..6e2d3db 100644 --- a/app/globals.css +++ b/app/globals.css @@ -2,6 +2,8 @@ @tailwind components; @tailwind utilities; +@import url(https://fonts.bunny.net/css?family=abel:400|cormorant:400|frank-ruhl-libre:300); + :root { --foreground-rgb: 0, 0, 0; --background-start-rgb: 214, 219, 220;