feat: add basic layout

This commit adds some basic design tokens in the form of CSS variables.
I got these from my Figma designs.

Also added is dark mode support.
This commit is contained in:
Devin Haska 2024-01-30 21:51:58 -08:00
parent be3e4272c5
commit ec00e2e544
5 changed files with 386 additions and 25 deletions

View file

@ -1,5 +1,6 @@
@import "global/reset.css";
@import "global/fonts.css";
@import "global/variables.css";
@import "global/global-styles.css";