feat: Implement core page structure with Header and Footer, add multiple content pages, and refine UI components and global styling.

This commit is contained in:
1elle1
2026-02-03 21:56:55 +01:00
parent 1cc779e89c
commit 0c2e9a81a6
17 changed files with 1184 additions and 58 deletions
+3 -2
View File
@@ -7,7 +7,8 @@
:root {
/* ── Colors ──────────────────────────────────────── */
--color-primary: #f39210;
--color-secondary: #f39210;
--color-secondary: #1e293b;
/* Slate 800 - High contrast to primary orange */
--color-accent: #eb5c24;
--color-neutral: #6b7280;
--color-background: #ffffff;
@@ -92,4 +93,4 @@
--breakpoint-lg: 1024px;
--breakpoint-xl: 1280px;
--breakpoint-2xl: 1536px;
}
}