@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

h2{
font-family: 'Comfortaa', sans-serif;
color: #2a2dbf !important;
line-height: 1.2;
font-weight: 800;
}
h3{
	color: #2a2dbf !important;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 900 !important;
}
.z-10 h2 {
	color: white !important;
}
.text-gray-700 {
	font-family: 'Comfortaa', sans-serif;
    --tw-text-opacity: 1;

    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

p{
	font-size: 18px !important;
}
a{
	font-family: 'Comfortaa', sans-serif;
}

.py-12 {
    padding-top: 1rem !important;
    padding-bottom: 3rem;
}
