/*-- Use For Custom Styling --*/
/* Add this line at the top of custom.css */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Source+Sans+Pro:wght@400;700&display=swap');
/* --- Add this code to custom.css --- */

/* 1. Set the default BODY font */
body, p, a, li, span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400; /* Use regular weight */
}

/* 2. Set the HEADINGS font */
h1, h2, h3, h4, h5, h6, .heading {
    font-family: 'Oswald', sans-serif;
    font-weight: 700; /* Use bold weight */
}