feat: created competitions page model

This commit is contained in:
rngsurrounded
2025-03-01 14:29:12 +09:00
parent 6a993ce6ba
commit 9362ee30a9
34 changed files with 928 additions and 6 deletions
+20
View File
@@ -0,0 +1,20 @@
@font-face {
font-family: 'HSE Sans';
src: url('/fonts/HSESans-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HSE Sans';
src: url('/fonts/HSESans-Bold.otf') format('opentype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'HSE Sans';
src: url('/fonts/HSESans-SemiBold.otf') format('opentype');
font-weight: 600;
font-style: normal;
}
+4 -1
View File
@@ -1,5 +1,5 @@
@import "tailwindcss";
@import "./fonts.css";
@plugin "tailwindcss-animate";
@custom-variant dark (&:is(.dark *));
@@ -40,6 +40,9 @@
--sidebar-ring: oklch(0.87 0 0);
}
@theme inline {
--font-hse-sans: "HSE Sans", system-ui, sans-serif
}
.dark {
--background: oklch(0.145 0 0);
--foreground: oklch(0.985 0 0);