diff --git a/styles/globals.css b/styles/globals.css index b7b7f5f6f..531256026 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -59,9 +59,13 @@ * { @apply border-border; } + body { @apply bg-background text-foreground; - font-feature-settings: "rlig" 1, "calt" 1; + font-feature-settings: + "rlig" 1, + "calt" 1; + scroll-behavior: smooth; } }