/* CMS Styles */
:root {
    --body-font: 'Roobert', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --body-font-size: 24px;
    --body-font-weight: 400;
    --h1-font: 'Roobert', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --h1-font-size: 36px;
    --h1-font-weight: 400;
    --h1-font-style: ;
    --h2-font: 'Roobert', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --h2-font-size: 32px;
    --h2-font-weight: 600;
    --h2-font-style: ;
    --h3-font: 'Roobert', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --h3-font-size: 28px;
    --h3-font-weight: 600;
    --h3-font-style: ;
    --h4-font: 'Roobert', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --h4-font-size: 24px;
    --h4-font-weight: 600;
    --h4-font-style: ;
    --h5-font: 'Arial', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --h5-font-size: 14px;
    --h5-font-weight: 400;
    --h5-font-style: normal;
    --h6-font: 'Arial', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --h6-font-size: 12px;
    --h6-font-weight: 400;
    --h6-font-style: normal;
    --color-background: #ffffff;
    --color-font: #07272d;
    --link-decoration: underline;
    --link-decoration-hover: none;
    --link-color: #092e37;
    --link-color-hover: #70a72a;
    --color-primary: #092e36;
    --color-secondary: #ffffff;
    --color-accent: #c9fb8a;
    --color-quaternary: #6fa82a;
    --color-background: #ffffff;
}

