Nano-Banana-AIO / index.css
prithivMLmods's picture
upload app (#1)
7a99b16 verified
raw
history blame contribute delete
291 Bytes
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');
:root {
--background: #f3f4f6; /* Tailwind gray-100 */
--foreground: #171717;
}
body {
color: var(--foreground);
font-family: 'Outfit', sans-serif;
background-color: var(--background);
}