:root, .editor-styles-wrapper {

            --body-global-color: #FFFFFF;

            --font-family-primary: Inter;
            --font-family-nav: Inter;
            --font-weight-nav: 400;

            --headings-font-family: Lora;
            --headings-font-weight: 700;
            --headings-font-tracking: 0em;

            --button-font-family: Inter;
            --button-font-weight: Inter;

            --button-color: #041c66;
            --button-color-hover: #FFFFFF;

            --button-text-color: #FFFFFF;
            --button-text-color-hover: #0e2c84;

            --button-border-color: #041c66;
            --button-border-color-hover: #FFFFFF;

            --color-link: #222222;
            --color-link-hover: #000000;

            --footer-copyright-color: #ffffff;

        }
        
        
        .button-hover-light:hover {
            background-color: #FFFFFF !important;
            color: #000000 !important;
            border-color: #FFFFFF !important;
        }

        .button-hover-medium:hover {
            background-color: #AAAAAA !important;
            color: #FFFFFF !important;
            border-color: #AAAAAA !important;
        }

        .button-hover-dark:hover {
            background-color: #000000 !important;
            color: #FFFFFF !important;
            border-color: #000000 !important;
        }
        
        
        