diff --git a/app/globals.css b/app/globals.css index f3e3d78..9d14adf 100644 --- a/app/globals.css +++ b/app/globals.css @@ -1,9 +1,14 @@ +@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100&display=swap"); @import "tailwindcss"; :root { --background: #ffffff; --foreground: #171717; } + +body { + font-family: "Inter", sans-serif; +} @theme { --background: #171717; --foreground: #ffffff;