@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
 
/* Apply "Sora" font to all text elements by default */
body, p, h1, h2, h3, h4, h5, h6, span, div, a, button {
    font-family: 'Sora' !important;
}
 
/* Apply Font Awesome to all elements that are icons */
[class^="fa-"], [class*=" fa-"] {
    font-family: 'FontAwesome' !important;
}
 
/* Optional: Ensure Font Awesome icons are not affected by custom font styles */
.icon, .fa, [class^="fa-"], [class*=" fa-"] {
    font-style: normal; /* Prevents italicization */
    font-weight: normal; /* Ensures correct font weight */
}




