/* Font fallback definitions to prevent 404 errors */
@font-face {
    font-family: 'GothamPro';
    src: local('Arial'), local('Helvetica'), local('sans-serif');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: local('Arial Bold'), local('Helvetica Bold'), local('sans-serif');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: local('Arial Italic'), local('Helvetica Italic'), local('sans-serif');
    font-weight: normal;
    font-style: italic;
}

/* Add this to your main CSS or include this file in your HTML */
body {
    font-family: 'GothamPro', Arial, Helvetica, sans-serif;
}
