@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap");

:root {
  --site-font-sans: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Body / UI text */
body, button, input, select, textarea {
  font-family: var(--site-font-sans) !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .site-title, .entry-title {
  font-family: "Montserrat", var(--site-font-sans) !important;
}

/* Small helpers to cover components that sometimes set their own font stacks */
.ast-button, .elementor-button, .wp-block-button__link {
  font-family: var(--site-font-sans) !important;
}

/* Reduce flash by forcing font-display behavior where possible (this file simply imports the Google stylesheet) */
