/* CMS Styles */
:root {
    --body-font: Kreon, serif;
    --body-font-size: 20px;
    --body-font-weight: 300;
    --h1-font: filson-pro, sans-serif;
    --h1-font-size: 40px;
    --h1-font-weight: 400;
    --h1-font-style: ;
    --h2-font: filson-pro, sans-serif;
    --h2-font-size: 34px;
    --h2-font-weight: 400;
    --h2-font-style: ;
    --h3-font: filson-pro, sans-serif;
    --h3-font-size: 29px;
    --h3-font-weight: 600;
    --h3-font-style: ;
    --h4-font: filson-pro, sans-serif;
    --h4-font-size: 25px;
    --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: #000000;
    --color-font: #1f2621;
    --link-decoration: none;
    --link-decoration-hover: none;
    --link-color: #c97c3d;
    --link-color-hover: #c97c3d;
    --color-primary: #4a5835;
    --color-secondary: #c5d3d9;
    --color-accent: #d2d904;
    --color-quaternary: #f1f5e9;
    --color-background: #000000;
}

