chore: remove utility classes + cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-15 12:49:33 -07:00
parent 4302f61f8c
commit 8a8de24caa
No known key found for this signature in database
30 changed files with 247 additions and 214 deletions

View file

@ -1,5 +1,5 @@
@font-face {
font-family: MonoLisa;
src: url('/assets/fonts/MonoLisa.min.woff2') format('woff2');
font-display: optional
font-display: optional;
}

View file

@ -30,6 +30,10 @@
--gray-lighter: var(--gray-100);
--gray-dark: var(--gray-950);
/* semi-transparent overlay color */
--gray-overlay: #000000b3;
--gray-background-transparent: #d9dee499;
/* base theme */
--color-lightest: var(--gray-50);
--color-darkest: var(--gray-1000);