@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

:root {
  --site-font: 'Poppins', sans-serif;
}

html, body, .g-grid, .g-block, .g-content {
  font-family: var(--site-font) !important;
}

h1, h2, h3, h4, h5, h6,
button, input, textarea, select,
label, a, p, span, li {
  font-family: var(--site-font) !important;
}

/* Ensure form controls and buttons inherit the font */
input, textarea, select, button {
  font-family: var(--site-font) !important;
}
