/* All Root Declarations Removed from Initial Global Typography Update CSS file 041626 */
/* Global Root tokens - Once live, we need to remove from BS Overrides and leave comment about where they are now located */

/* BS font styles - will need to update when global updates are pushed AND we can choose to set definitions to use the BS variables or leave them as BC declarations
--bs-font-sans-serif: 'Univers LT 55 Roman', 'Roboto', 'Arial', sans-serif;
--bs-font-serif: 'Mencken std','Times New Roman',Times, serif;
*/

:root {
    /* BC Body Font Tokens */
    --bc-body-font: 'Roboto', 'Arial', sans-serif;
    --bc-body-font-weight: 400;
    --bc-body-font-size: 1rem;
    --bc-body-font-line-height: 1.6rem;
    
    /* BC Heading Font Tokens */
    /* These live in the BS Overrides CSS file too but currently set to Univers See notes above and below about removal after pushing global typography updates */
    --bc-heading-font-sans-serif: 'Roboto', 'Arial', sans-serif;
    --bc-heading-font-serif: 'Mencken std', 'Times New Roman', 'Times', serif;
    --bc-heading-font-sans-serif-weight: 600;
    --bc-heading-font-serif-weight: unset;
    
    /* BC Table Font Tokens */
    --bc-table-th-font: 'Roboto', 'Arial', sans-serif;
    --bc-table-th-font-condensed: 'Roboto condensed', Arial, sans-serif;
    --bc-table-th-font-weight: 600;
    --bc-table-td-font: 'Roboto', 'Arial', sans-serif;
    --bc-table-td-font-condensed: 'Roboto condensed', Arial, sans-serif;
    --bc-table-td-font-weight: 400;
    
    /* Text Color Tokens */
    /* These also live in the BS Custom Variables CSS File downstream - Until BS Custom Variables is Global they must remain here */
		--bc-color-text-white: #FFFFFF;
		--bc-color-text-gray-darkest: #333132;
		--bc-color-text-brand-blue: #0057A8;
		--bc-color-text-brand-blue-dark: #004686;
		--bc-color-text-midnight: #003865;
}