···11# intergrav/dev.css
2233-Extremely simple, small, classless CSS framework in the style of Vercel's Geist. It weighs only **~5kb** and makes any plain HTML file look great. It has a light and dark theme, and the header turns into a sidebar on wider displays so that you get more vertical space.
33+Extremely simple, small, classless CSS framework in the style of Vercel's Geist. Inspired by [xz/new.css](https://github.com/xz/new.css).
44+55+It weighs only **~5kb** and makes any plain HTML file look great.
66+77+It has a light and dark theme, and the header turns into a sidebar on wider displays so that you get more vertical space.
4859## Importing
610···2630```html
2731<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css">
2832```
3333+3434+## Themes
3535+3636+You can also use custom colors and fonts in dev.css through themes. See the `/theme` folder to view some premade ones. You can also copy the `boilerplate.css` and make a theme yourself. Simply apply it after the dev.css stylesheet.