/* CMS Styles */
:root {
    --body-font: "Kreon", serif;
    --body-font-size: 20px;
    --body-font-weight: 300;
    --h1-font: "filson-pro", sans-serif;
    --h1-font-size: 46px;
    --h1-font-weight: 400;
    --h1-font-style: normal;
    --h2-font: "filson-pro", sans-serif;
    --h2-font-size: 32px;
    --h2-font-weight: 300;
    --h2-font-style: normal;
    --h3-font: "filson-pro", sans-serif;
    --h3-font-size: 26px;
    --h3-font-weight: 300;
    --h3-font-style: normal;
    --h4-font: "filson-pro", sans-serif;
    --h4-font-size: 22px;
    --h4-font-weight: 400;
    --h4-font-style: normal;
    --h5-font: "filson-pro", sans-serif;
    --h5-font-size: 22px;
    --h5-font-weight: 400;
    --h5-font-style: normal;
    --h6-font: "filson-pro", sans-serif;
    --h6-font-size: 22px;
    --h6-font-weight: 400;
    --h6-font-style: normal;
    --color-font: #1F2621;
    --link-decoration: underline;
    --link-decoration-hover: none;
    --link-color: #1F2621;
    --link-color-hover: #1F2621;
    --color-primary: #4A5835;
    --color-secondary: #C8D1B6;
    --color-accent: #D2D904;
    --color-quaternary: #F1F5E9;
    --color-background: #ffffff;
}

