Initial commit

This commit is contained in:
r2xrzh9q2z-lab
2026-02-02 11:00:08 +07:00
commit d53d4417b2
116 changed files with 79533 additions and 0 deletions

11
app/globals.css Normal file
View File

@@ -0,0 +1,11 @@
@charset "UTF-8";
@import "tailwindcss";
:root {
--body: #fff;
--font-primary: var(--font-inter);
--font-heading: var(--font-space-grotesk);
}
body {
font-family: var(--font-primary);
}