/* CMS Styles */
:root {
    --body-font: Barlow, sans-serif;
    --body-font-size: 20px;
    --body-font-weight: 500;
    --h1-font: Barlow, sans-serif;
    --h1-font-size: 44px;
    --h1-font-weight: 500;
    --h1-font-style: ;
    --h2-font: Barlow, sans-serif;
    --h2-font-size: 40px;
    --h2-font-weight: 500;
    --h2-font-style: ;
    --h3-font: Barlow, sans-serif;
    --h3-font-size: 36px;
    --h3-font-weight: 500;
    --h3-font-style: ;
    --h4-font: Barlow, sans-serif;
    --h4-font-size: 30px;
    --h4-font-weight: 500;
    --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: #ffffff;
    --color-font: #21314c;
    --link-decoration: underline;
    --link-decoration-hover: none;
    --link-color: #21314c;
    --link-color-hover: #006699;
    --color-primary: #163447;
    --color-secondary: #006699;
    --color-accent: #81a9d1;
    --color-quaternary: #f2f2f2;
    --color-background: #ffffff;
}

