/*========================================================================
** Save a copy of the current vars
*/
/*========================================================================
** Replace old variables with CSS variables
*/
/*========================================================================
** New CSS variables (can be exposed to be customized)
*/
/*========================================================================
** Save a copy of the current vars
*/
/*========================================================================
** Replace old variables with CSS variables
*/
/*========================================================================
** New CSS variables (can be exposed to be customized)
*/
:root {
    --color-1: #A9A9A9;
    --color-2: #51718b;
    --color-3: #EFEFEF;
    --color-4: #2D2E2D;
    --color-dark: #2D2E2D;
    --primary-font-family: Montserrat, sans-serif;
    --secondary-font-family: DM Sans, sans-serif;
    --third-font-family: Montserrat, sans-serif;
    --fourth-font-family: Open Sans, sans-serif;
    --fav-1-font-family: "Roboto", sans-serif;
    --fav-2-font-family: "Open Sans", sans-serif;
    --fav-3-font-family: "Lato", sans-serif;
    --fav-4-font-family: "Montserrat", sans-serif;
    --fav-5-font-family: "Source Sans Pro", sans-serif;
    --fav-6-font-family: "";
    --fav-7-font-family: "";
    --fav-8-font-family: "";
    --fav-9-font-family: "";
    --fav-10-font-family: "";
    --body-font-family: var(--primary-font-family);
    --body-font-size: 14px;
    --body-font-weight: 400;
    --body-color: #2D2E2D;
    --heading-1-font-family: var(--primary-font-family);
    --heading-2-font-family: var(--primary-font-family);
    --heading-3-font-family: var(--primary-font-family);
    --heading-4-font-family: var(--primary-font-family);
    --heading-5-font-family: var(--primary-font-family);
    --heading-6-font-family: var(--primary-font-family);
    --heading-1-font-size: 48px;
    --heading-2-font-size: 40px;
    --heading-3-font-size: 36px;
    --heading-4-font-size: 28px;
    --heading-5-font-size: 25px;
    --heading-6-font-size: 18px;
    --heading-1-font-weight: 700;
    --heading-2-font-weight: 700;
    --heading-3-font-weight: 700;
    --heading-4-font-weight: 700;
    --heading-5-font-weight: 700;
    --heading-6-font-weight: 700;
    --heading-1-color: #2D2E2D;
    --heading-2-color: #2D2E2D;
    --heading-3-color: #2D2E2D;
    --heading-4-color: #2D2E2D;
    --heading-5-color: #2D2E2D;
    --heading-6-color: #2D2E2D;
    --link-font-family: var(--primary-font-family);
    --link-font-size: 14px;
    --link-font-weight: 400;
    --link-color: #51718b;
    --button-font-family: var(--primary-font-family);
    --button-font-size: 16px;
    --button-font-weight: 400;
    --button-text-color: #fff;
    --button-background-color: #A9A9A9;
    --button-border-width: 2px;
    --button-border-radius: 0;
    --button-height: 50px;
    --button-padding-sides: 22px;
    --field-font-family: var(--primary-font-family);
    --field-font-size: 16px;
    --field-font-weight: 400;
    --field-text-color: #2D2E2D;
    --field-background-color: #fff;
    --field-border-width: 1px;
    --field-border-radius: 0;
    --field-height: 50px;
    --field-padding-sides: 14px;
    --give-form-field-height: 50px;
    --give-form-input-field-padding-sides: 14px;
    --give-form-input-field-font-family: var(--primary-font-family);
    --give-form-input-field-font-size: 16px;
    --give-form-input-field-font-weight: 400;
    --give-form-input-field-color: #2D2E2D;
    --give-form-input-field-background-color: #fff;
    --give-form-button-padding-sides: 22px;
    --give-form-button-font-family: var(--primary-font-family);
    --give-form-button-font-size: 16px;
    --give-form-button-font-weight: 400;
    --give-form-button-color: #fff;
    --give-form-button-background-color: #A9A9A9;
    --give-form-button-border-width: 1px;
    --give-form-button-border-radius: 0;
    --header-menu-font-family: var(--primary-font-family);
    --header-menu-font-size: 18px;
    --header-menu-font-weight: 400;
    --header-menu-font-color: #000;
    --header-menu-button-border-radius: 3px;
    --footer-menu-font-family: var(--primary-font-family);
    --footer-menu-font-size: 24px;
    --footer-menu-font-color: #fff;
    --user-menu-font-family: var(--primary-font-family);
    --user-menu-font-size: 18px;
    --user-menu-font-weight: 400;
    --user-menu-button-color: #000;
    --user-menu-button-background: #fff;
    --user-menu-font-color: #A9A9A9;
    --user-menu-background-color: transparent;
    --user-menu-hover-background: #A9A9A9;
    --user-menu-border-radius: 0;
    --newsletter-module-border-color: #000;
    --newsletter-module-border-radius: 3px;
    --newsletter-module-title-font-size: 25px;
    --newsletter-module-title-font-family: var(--primary-font-family);
    --newsletter-module-title-font-weight: 700;
    --newsletter-module-title-color: #2D2E2D;
    --newsletter-module-input-text-color: #000;
    --newsletter-module-input-background-color: #fff;
    --newsletter-module-button-text-color: #fff;
    --newsletter-module-button-background-color: #000;
}
/*# sourceMappingURL=css-variables.css.map */
