:root{color-scheme: light;}
html,body{font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;}
/* Utility class for taglines with increased line spacing */
.tagline{
    line-height:1.6;
    /* small extra spacing below when multiple lines appear */
    margin-bottom:0.5rem;
}
/* Desktop-specific increase for taglines */
@media (min-width:1024px){
    .tagline{
        line-height:2 !important;
        margin-bottom:0.75rem !important;
    }
}
