/* Style for all headings (h1 to h6) */
h1, h2, h3, h4, h5, h6, icon-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: black; /* Ensures text color remains white */
}

icon-text{
	font-size: 18px !important;
}

/* Style for normal text */
p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400; /* SemiBold */
    color: black; /* Ensures text color remains white */
    font-size: 1rem; 
}

ul {
	  font-family: 'Nunito Sans', sans-serif;
    font-weight: 400; /* SemiBold */
    color: black; /* Ensures text color remains white */
    font-size: 1rem; 
}

p.body-font {
	font-family: 'Nunito Sans', sans-serif;
    font-weight: 400; /* SemiBold */
    color: black; /* Ensures text color remains white */
    font-size: 1rem; 
}
 ul.body-font{
	  font-family: 'Nunito Sans', sans-serif;
    font-weight: 400; /* SemiBold */
    color: black; /* Ensures text color remains white */
    font-size: 1rem; 
}

