:root {
    /* UC Merced navy blue */
    --md-primary-fg-color: #002856;
    /* primary */
    --md-primary-fg-color--light: #284a7a;
    /* lighter */
    --md-primary-fg-color--dark: #001b3b;
    /* darker */

    /* Accent (gold) optional */
    --ucm-gold: #DAA900;
}

/* Optional: tweak logo size in header */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
    height: 28px;
}

/* Load Bebas Neue from local assets */
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue.woff') format('woff'),
        url('../fonts/BebasNeue.ttf') format('truetype');
    /* font-weight: 400; */
    font-style: normal;
    font-display: swap;
    font-size: 1.2rem;
}

/* Apply Bebas Neue to the header title only */
.md-header__title,
.md-header__title .md-ellipsis,
.md-header__title a {
    font-family: 'Bebas Neue', var(--md-text-font, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif);
    /* font-weight: 400; */
    letter-spacing: 0.5px;
    font-size: 1.2rem;
}