@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');


/* Apply the custom font to body and headings */
h1, h2, h3, p {
    font-family: 'Poppins', sans-serif !important;
}

.text-gray-800 {
    color: #2d2d2d;
}