/* content from themes/v0/brand_colors.css */
    :root {
        /* set FIRST, as it may be used for other fields */
        --oak-primary-color: var(--bs-gray-600);

        /* common branding vars ALPHABETICALLY */
        --oak-accent-color: var(--bs-gray-300);
        --oak-btn-color-hover: var(--bs-primary);
        --oak-input-padding: 0.75rem 1rem 0.25rem 1rem !important;
        --oak-lower-header-background-color: var(--oak-primary-color);
        --oak-lower-header-color-hover: var(--bs-white);
        --oak-main-background-color: #F3F3F3;
        --oak-tab-not-selected: var(--bs-gray-300);
        --oak-tab-selected: var(--bs-white);
        --oak-upper-header-background-color: var(--bs-white);
        --oak-accent-color-light: #BED4E0;

        /* de-color some Bootstrap vars for Neutral colors */
        --bs-heading-color: var(--bs-gray-300); /* override Bootstrap light gray */

        /* Style/format variables */
        --oak-section-radius-size: 6px;

        /**** portalTable variables ****/
        --oak-portalTable-selected-bg-color: var(--oak-lower-header-background-color);
        --oak-portalTable-selected-font-color: var(--oak-lower-header-color-hover);
        --oak-portalTable-selectedInPast-bg-color: var(--oak-accent-color-light);
        --oak-portalTable-selectedInPast-font-color: var(--bs-black);
        --oak-portalTable-hover-bg-color: var(--bs-gray-600);
        --oak-portalTable-hover-font-color: var(--bs-white);
        /* --bs-table-striped-color      Update this if needed to adjust font striped color of the table rows  */
        /* --bs-table-striped-bg         Update this to change bg color of striped row (probably))*/
            /* pulled from bootstrap css file:
            .table-striped > tbody > tr:nth-of-type(odd) > * {
                --bs-table-accent-bg: var(--bs-table-striped-bg);
                color: var(--bs-table-striped-color);
            }
            */
        /**** end portalTable variables ****/


    }