:root{

    --body-bg-color: #f6f1e7;
    --body-bg-alt-color: #f6f1e7;

    --main-font-family: "Crimson Pro", serif;
    --titles-font-family: "EB Garamond", serif;
    --titles-font-family-alt: "EB Garamond", serif; /* "Cormorant Garamond", serif; "Crimson Text", serif; */
    --button-font-family: "Crimson Pro", serif;
    --main-menu-font-family: "Crimson Pro", serif;
    --banners-font-family: "Crimson Pro", serif;
    --gallery-font-family: "Crimson Pro", serif;

    --fs-7: 1.8rem;
    --fs-6: 1.4rem;
    --fs-5: 1.2rem; /* 1.1rem*/
    --fs-4: 1rem;
    --fs-3: 0.9rem;
    --fs-2: 0.8rem;
    --fs-1: 0.7rem;

    --fw-text: 200;
    --fw-strong-text: 600;
    --fw-titles: 400;

    --fw-slider-text: 200;
    --fw-slider-titles: 400;
    --fw-slider-caption: 200;

    --fw-menu: 200;

    --fs-forms: 20px;
    --fw-forms-labels: 300;
    --fw-forms-inputs: 300;


    --site-main-color: #85303c;

    --text-main-color: #111;

    --titles-color: #85303c;/*#111*/
    --title-h1-color: #85303c;
    --title-h2-color: #85303c;

    --link-color: #85303c;
    --link-underline: none;
    --link-hover-underline: underline;
    --link-hover-color: #ac3141;
    --link-alt-hover-color: #0d0d0d;

    --menu-link-color: #fff;
    --menu-link-color-alt: #111;
    --menu-link-hover-color: #85303c;
    --menu-link-hover-alt-color: #85303c;
    --submenu-link-color: #fff;
    --submenu-link-hover-color: #85303c;

    --menu-toggle-color: #fff;
    --menu-toggle-alt-color: #111;
    --menu-toggle-hover-color: #85303c;
    --menu-toggle-alt-hover-color: #85303c;
    --menu-popup-toggle-color: #fff;
    --menu-popup-toggle-hover-color: #85303c;

    --menu-popup-link-color: #fff;
    --menu-popup-link-hover-color: #c3b3b4;
    --submenu-popup-link-color: #fff;
    --submenu-popup-link-hover-color: #c3b3b4;

    --site-lr-paddings: 0px 20px;

    --max-width: 1440px; /*1440px;*/
    --max-width-header: 1440px; /*1440px;*/
    --max-width-footer: 1440px; /*1440px;*/
    --max-width-slider: 1440px; /*1440px;*/
    --max-width-contact-form: 920px;
    --max-width-footer-copyright: 1440px; /*1440px;*/
    --max-block-width: 1440px;
    --max-block-narrow-width: 920px;
}