/* Site-wide font override — loaded after the theme stylesheet.
   Body copy: Inter. Headings: Poppins. */
body, button, input, select, textarea {
    font-family: 'Inter', 'Inter-fallback', sans-serif !important;
}

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