:root, .editor-styles-wrapper {

            --body-global-color: #0a0a0a;
            --headings-global-color: #000000;

            --font-family-primary: Montserrat;
            --font-family-nav: Montserrat;
            --font-weight-nav: 500;


            --headings-font-family: Bebas Neue;
            --headings-font-weight: 600;
            --headings-font-tracking: .05em;

            --body-font-family: Montserrat;
            --accent-font-family: Homemade Apple;

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

            --button-color: #9fc54d;
            --button-color-hover: #FFFFFF;

            --button-text-color: #FFFFFF;
            --button-text-color-hover: #000000;

            --button-border-color: #9fc54d;
            --button-border-color-hover: #FFFFFF;

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

            --footer-bg-color: #000000;
            --footer-copyright-color: #FFFFFF;

            

        }


        .has-theme-color-white-color {
            color: #ffffff;
        }

        .has-custom-color-white-background-color {
            background-color: #ffffff;
        }

        .has-theme-color-black-color {
            color: #000000;
        }

        .has-custom-color-black-background-color {
            background-color: #000000;
        }
                
        
        .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;
        }

            
        