/* CMS Styles */
:root {
    --body-font: Avenir, sans-serif;
    --body-font-size: 18px;
    --body-font-weight: 400;
    --h1-font: Avenir, sans-serif;
    --h1-font-size: 38px;
    --h1-font-weight: 600;
    --h1-font-style: ;
    --h2-font: Avenir, sans-serif;
    --h2-font-size: 32px;
    --h2-font-weight: 600;
    --h2-font-style: ;
    --h3-font: Avenir, sans-serif;
    --h3-font-size: 24px;
    --h3-font-weight: 600;
    --h3-font-style: ;
    --h4-font: Avenir, sans-serif;
    --h4-font-size: 20px;
    --h4-font-weight: 600;
    --h4-font-style: ;
    --h5-font: Arial;
    --h5-font-size: 14px;
    --h5-font-weight: 400;
    --h5-font-style: normal;
    --h6-font: Arial;
    --h6-font-size: 12px;
    --h6-font-weight: 400;
    --h6-font-style: normal;
    --color-background: #fff8fa;
    --color-font: #28343b;
    --link-decoration: underline;
    --link-decoration-hover: none;
    --link-color: #ba2128;
    --link-color-hover: #2283ba;
    --color-primary: #ba2128;
    --color-secondary: #000000;
    --color-accent: #947f4e;
    --color-quaternary: #000000;
    --color-background: #fff8fa;
}

