route handler + client register ui

This commit is contained in:
2025-05-17 12:07:19 +03:00
parent a867699855
commit 48d286cf55
12 changed files with 655 additions and 29 deletions

View File

@@ -11,6 +11,15 @@
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
--color-orange: #ff613a;
--font-display: 'Inter', 'sans-serif';
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 200 700;
font-display: swap;
src: url('/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('ttf');
}
@media (prefers-color-scheme: light) {
@@ -23,5 +32,5 @@
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
font-family: Inter, sans-serif;
}