@@ -1,7 +1,7 @@
@import "tailwindcss";
@import "@nuxt/ui";
-@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
font-family: 'Exo', sans-serif;
@@ -11,4 +11,12 @@ body {
::selection {
background: #C8E600;
color: #0A0B09;
+}
+
+.font-inter {
+ font-family: 'Inter', sans-serif;
+.text-gradient {
+ @apply bg-radial from-white to-[#E3FA6D] bg-clip-text text-transparent;
}
@@ -1,3 +1,10 @@
<template>
+ <SectionHero />
<SectionSecondary />
+ <SectionTertiary />
+ <SectionPartnership />
+ <SectionRoadMap />
+ <SectionExecutors />
+ <SectionGallery />
+ <!-- <SectionDestinations /> -->
</template>
@@ -14,7 +14,7 @@ export default defineNuxtConfig({
app: {
head: {
- title: "Skeleton",
+ title: "Iguassu Alliance",
link: [{ rel: "icon", type: "image/icon", href: "favicon.ico" }],
},