/* CMS Styles */
:root {
    --body-font: Open Sans, sans-serif;
    --body-font-size: 18px;
    --body-font-weight: 400;
    --h1-font: Open Sans, sans-serif;
    --h1-font-size: 44px;
    --h1-font-weight: 700;
    --h1-font-style: normal;
    --h2-font: Open Sans, sans-serif;
    --h2-font-size: 34px;
    --h2-font-weight: 700;
    --h2-font-style: normal;
    --h3-font: Open Sans, sans-serif;
    --h3-font-size: 26px;
    --h3-font-weight: 600;
    --h3-font-style: normal;
    --h4-font: Open Sans, sans-serif;
    --h4-font-size: 19px;
    --h4-font-weight: 600;
    --h4-font-style: normal;
    --h5-font: Open Sans, sans-serif;
    --h5-font-size: 19px;
    --h5-font-weight: 600;
    --h5-font-style: normal;
    --h6-font: Open Sans, sans-serif;
    --h6-font-size: 19px;
    --h6-font-weight: 600;
    --h6-font-style: normal;
    --color-font: #1D2D45;
    --link-decoration: underline;
    --link-decoration-hover: underline;
    --link-color: #3e7893;
    --link-color-hover: #1D2D45;
    --color-primary: #3e7893;
    --color-secondary: #edf5f0;
    --color-accent: #cee1d9;
    --color-quaternary: #1D2D45;
    --color-background: #ffffff;
}

