/* Apply Poppins font globally */
* {
    font-family: 'Poppins', sans-serif !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
}

p, a, span, div, button, input, textarea, select {
    font-family: 'Poppins', sans-serif !important;
}
