Initial commit: Hapkido Cardedeu V2 landing page

This commit is contained in:
Mambo
2026-05-01 13:49:20 +02:00
commit 4c8883022b
12 changed files with 528 additions and 0 deletions

19
src/styles/global.css Normal file
View File

@@ -0,0 +1,19 @@
@import "tailwindcss";
@theme {
--color-negro: #1a1a1a;
--color-rojo: #8b0000;
--color-dorado: #d4af37;
--color-gris-claro: #f5f5f5;
}
@layer base {
html {
scroll-behavior: smooth;
font-family: 'Montserrat', sans-serif;
}
body {
background-color: var(--color-white);
color: var(--color-negro);
}
}