/* white you custom css code here. only css code will work */
/* Force Poppins font for the entire website */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div,
button, input, textarea, select,
li, ul, ol,
table, tr, th, td {
  font-family: 'Poppins', sans-serif !important;
}

/* You might want to be more specific with certain elements
   if other fonts are being applied by more specific rules.
   For example: */
/*
.specific-class {
  font-family: 'Poppins', sans-serif !important;
}

#specific-id {
  font-family: 'Poppins', sans-serif !important;
}
*/