/* poppins-style.css */

/* Import Poppins font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Apply Poppins font globally */
body, html {
  font-family: 'Poppins', sans-serif;
}

/* Also target common elements rendered by AEM components */
h1, h2, h3, h4, h5, h6,
p, span, div, a, li, ul, ol,
table, input, button, label, blockquote, strong, em {
  font-family: 'Poppins', sans-serif !important;
}
