/* SAFE CSS VERSION FOR XTM PORTAL (Removes external font link) */

/* Apply a web-safe sans-serif font and set primary text color */
body, h1, h2, h3, .xtm-element {
    /* Using standard system fonts as a fallback for Inter */
    font-family: BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; 
    color: #0F1F2C; /* Degreed Moon Shot for main body text */
}

/* Style Primary Buttons/Actions with True Blue */
.btn-primary, .xtm-button-main, .active-tab {
    background-color: #0062E3 !important; /* Degreed True Blue */
    border-color: #0062E3 !important;
    color: #FFFFFF !important;
}

/* Style Header/Navigation (Moon Shot) */
#header, .xtm-navbar {
    background-color: #0F1F2C; /* Degreed Moon Shot */
    color: #FFFFFF;
}

/* Style Hyperlinks */
a {
    color: #0062E3; /* Degreed True Blue */
}
/* Hide all projects tab */
.PortalLayout-projects.role-user .PortalTabbedFilters-created-by .MuiTabs-flexContainer .MuiTab-root:nth-child(2) { display: none;}