/* CMS Styles */
:root {
    --body-font: Barlow, sans-serif;
    --body-font-size: 18px;
    --body-font-weight: 100;
    --h1-font: Noto Serif, serif;
    --h1-font-size: 45px;
    --h1-font-weight: 600;
    --h1-font-style: ;
    --h2-font: Noto Serif, serif;
    --h2-font-size: 36px;
    --h2-font-weight: 600;
    --h2-font-style: ;
    --h3-font: Noto Serif, serif;
    --h3-font-size: 24px;
    --h3-font-weight: 600;
    --h3-font-style: ;
    --h4-font: Noto Serif, 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: #ffffff;
    --color-font: #333333;
    --link-decoration: underline;
    --link-decoration-hover: none;
    --link-color: #ec6562;
    --link-color-hover: #e84545;
    --color-primary: #043049;
    --color-secondary: #ec6562;
    --color-accent: #65b1d7;
    --color-quaternary: #fcfcfc;
    --color-background: #ffffff;
}

