diff --git a/public/fonts/Krown-Bold.otf b/public/fonts/Krown-Bold.otf new file mode 100644 index 0000000..a39b23a Binary files /dev/null and b/public/fonts/Krown-Bold.otf differ diff --git a/public/fonts/Krown-Regular.otf b/public/fonts/Krown-Regular.otf new file mode 100644 index 0000000..f4028e1 Binary files /dev/null and b/public/fonts/Krown-Regular.otf differ diff --git a/public/fonts/Narrenschiff-Light.otf b/public/fonts/Narrenschiff-Light.otf new file mode 100644 index 0000000..c8c4af8 Binary files /dev/null and b/public/fonts/Narrenschiff-Light.otf differ diff --git a/public/fonts/Narrenschiff-Regular.otf b/public/fonts/Narrenschiff-Regular.otf new file mode 100644 index 0000000..5404b42 Binary files /dev/null and b/public/fonts/Narrenschiff-Regular.otf differ diff --git a/src/app/globals.css b/src/app/globals.css index 013fd87..8d34461 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,5 +1,38 @@ @import "tailwindcss"; +/* Re Evolution Art brand fonts */ +@font-face { + font-family: 'Krown'; + src: url('/fonts/Krown-Bold.otf') format('opentype'); + font-weight: 700; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Krown'; + src: url('/fonts/Krown-Regular.otf') format('opentype'); + font-weight: 400; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Narrenschiff'; + src: url('/fonts/Narrenschiff-Regular.otf') format('opentype'); + font-weight: 400; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Narrenschiff'; + src: url('/fonts/Narrenschiff-Light.otf') format('opentype'); + font-weight: 300; + font-style: normal; + font-display: swap; +} + :root { --bg-cream: #faf8f5; --bg-dark: #1a1a1a; diff --git a/src/app/page.tsx b/src/app/page.tsx index 21b7304..524f085 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -336,14 +336,14 @@ function ReEvolutionSection() { className="object-contain" /> -
+
CULTURAL PLATFORM
-+
A visionary cultural platform based in Switzerland and rooted in Bolivia. Through exhibitions, immersive gatherings, TRIBAL events and collaborative projects, we bring together artists, ritualists, musicians and independent creators engaged in inner work and cultural dialogue. @@ -362,10 +362,10 @@ function ReEvolutionSection() { className="object-cover transition-transform duration-500 group-hover:scale-105" /> -
+
{event.description}
@@ -373,7 +373,7 @@ function ReEvolutionSection() {