/* CMS Styles */
:root {
    --body-font: Avenir, sans-serif;
    --body-font-size: 18px;
    --body-font-weight: 400;
    --body-font-color: #917976;
    --h1-font: Avenir, sans-serif;
    --h1-font-size: 46px;
    --h1-font-weight: 600;
    --h1-color: #e67c6f;
    --h2-font: Avenir, sans-serif;
    --h2-font-size: 36px;
    --h2-font-weight: 600;
    --h2-color: #e67b6e;
    --h3-font: Avenir, sans-serif;
    --h3-font-size: 24px;
    --h3-font-weight: 600;
    --h3-color: #000000;
    --h4-font: Avenir, sans-serif;
    --h4-font-size: 20px;
    --h4-font-weight: 600;
    --h4-color: #000000;
    --h5-font: Arial;
    --h5-font-size: 14px;
    --h5-font-weight: 400;
    --h5-color: ;
    --h6-font: Arial;
    --h6-font-size: 12px;
    --h6-font-weight: 400;
    --h6-color: ;
    --link-decoration: underline;
    --link-decoration-hover: none;
    --link-color: #5a82be;
    --link-color-hover: #e67b6f;
    --color-primary: #333333;
    --color-secondary: #e67c6f;
    --color-accent: #cfe66e;
    --color-quaternary: #000000;
    --color-background: #ece4cd;
}

