:root{
        --sitewidth: 1250px;
        --primary-color:#00399c;
        --primary-dark-color:#002a74;
        --textColor: #212529;
        --h1FontSize:23px;
        --h2FontSize:26px;
        --h2Color:#000;
        --h3FontSize:22px;
        --h4FontSize:19px;
        --h3Color:#000;
        --textFont:'Noto Sans', sans-serif;
        --mainColor: #ff00a0;
        --mainColor-light: #ff5dc3;
        --secondaryColor: #2f1b67;
        --buttonHover: #ff4dbd;
        --cardColor: #00399c;
        --linkColor: #00399c;
        --headerLinkColor: #E99C65;
        --backgroundColor: #fff;
        --footerLinks: #aac2ec;
        --footerDark: #001d4f;
}