/**********************************/
/*   Default variables override   */
/**********************************/

/* Custom font import -> https://fonts.google.com */
/* for a full primary font swap, add the same font to the archeevoConfigs.json, under typography */
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400&display=swap");*/

:root {
    /* You can overwrite just the font or the whole family */
    /*--header-font: "Noto Serif";*/
    /*--primary-font: "Noto Serif";*/
    /*--font-family-header: var(--header-font), "Georgia", "Times New Roman", serif;*/
    /*--font-family: var(--primary-font), "Georgia", "Times New Roman", serif;*/

    /* Navbar */
    /*--navbar-height: 4rem;*/
    /*--navbar-bg-color: var(--primary);*/
    /*--navbar-text-color: rgba(0, 0, 0, 1);*/
    /*--navbar-active-border-color: var(--navbar-text-color);*/
    /*--navbar-hover-color: rgba(255, 255, 255, 0.2);*/
    /*--navbar-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);*/
    /*--navbar-logo-height: 30px;*/
    /*--navbar-logo-mini-height: var(--navbar-logo-height);*/

    /* Footer */
    /*--footer-bg-color: var(--not-black);*/
    /*--footer-text-color: white;*/
    /*--footer-title-color: var(--footer-text-color);*/
    /*--footer-link-color: var(--footer-text-color);*/
    /*--footer-fixed-bg-color: var(--not-black);*/
    /*--footer-fixed-text-color: var(--footer-text-color);*/

    /* Highlights page */
    /*--highlighted-primary-text: white;*/
    /*--highlighted-primary-background: hsl(207, 10%, 23%);*/
    /*--highlighted-secondary-text: rgba(0, 0, 0, 0.87);*/
    /*--highlighted-secondary-background: #baab68;*/
}

/******************************/
/*   Client's custom styles   */
/******************************/

.vdc-welcome h2.header__title {
    color: white;
}

.vdc-welcome a {
    color: white;
}