/* CMS Styles */
:root {
    --body-font: Open Sans, sans-serif;
    --body-font-size: 20px;
    --body-font-weight: 400;
    --h1-font: "DM Sans", sans-serif;;
    --h1-font-size: 48px;
    --h1-font-weight: 700;
    --h1-font-style: normal;
    --h2-font: "DM Sans", sans-serif;;
    --h2-font-size: 41px;
    --h2-font-weight: 600;
    --h2-font-style: normal;
    --h3-font: "DM Sans", sans-serif;;
    --h3-font-size: 28px;
    --h3-font-weight: 600;
    --h3-font-style: normal;
    --h4-font: "DM Sans", sans-serif;;
    --h4-font-size: 24px;
    --h4-font-weight: 600;
    --h4-font-style: normal;
    --h5-font: "DM Sans", sans-serif;;
    --h5-font-size: 24px;
    --h5-font-weight: 600;
    --h5-font-style: normal;
    --h6-font: "DM Sans", sans-serif;;
    --h6-font-size: 24px;
    --h6-font-weight: 600;
    --h6-font-style: normal;
    --color-font: #133445;
    --link-decoration: underline;
    --link-decoration-hover: underline;
    --link-color: #1f5da6;
    --link-color-hover: #133445;
    --color-primary: #1f5da6;
    --color-secondary: #E4E8F0;
    --color-accent: #E4E8F0;
    --color-quaternary: #1f5da6;
    --color-background: #ffffff;
}

