@@ -20,3 +20,8 @@ body {
.text-gradient {
@apply bg-radial from-white to-[#E3FA6D] bg-clip-text text-transparent;
}
+
+:root {
+ --color-primary: #8AAB10;
+ --font-inter: 'Inter', sans-serif;
+}
@@ -6,5 +6,6 @@
<SectionRoadMap />
<SectionExecutors />
<SectionGallery />
+ <FaqSection />
<!-- <SectionDestinations /> -->
</template>