ab-group-llc-landing-page/app/globals.css

11 lines
127 B
CSS

@import "tailwindcss";
@theme inline {
--font-sans: var(--font-inter);
}
body {
background: #ffffff;
color: #18181b;
}