mobile design until Media section

This commit is contained in:
2026-06-17 14:13:15 +02:00
parent 103d2be218
commit e4f51ed01e
43 changed files with 525 additions and 343 deletions
+18
View File
@@ -1,3 +1,21 @@
/* You can add global styles to this file, and also import other style files */
@import 'tailwindcss';
@import '@fontsource/inter';
@import "@fontsource/inter/800.css";
@theme {
--breakpoint-xs: 30rem;
--color-ejc-blue: #153255;
--color-ejc-yellow: #ffd24f;
--color-ejc-dark-blue: #111c4e;
--color-ejc-orange: #efab46;
--color-ejc-light-blue: #3d4985;
--color-ejc-dark: #011111;
--font-sans:
'Inter', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol', 'Noto Color Emoji';
}