/* CMS Styles */
:root {
    --body-font: Playfair Display, serif;
    --body-font-size: 18px;
    --body-font-weight: 400;
    --h1-font: Playfair Display, serif;
    --h1-font-size: 48px;
    --h1-font-weight: 400;
    --h1-color: #000000;
    --h1-font-style: normal;
    --h2-font: Playfair Display, serif;
    --h2-font-size: 48px;
    --h2-font-weight: 400;
    --h2-color: #000000;
    --h2-font-style: normal;
    --h3-font: Playfair Display, serif;
    --h3-font-size: 24px;
    --h3-font-weight: 600;
    --h3-color: #000000;
    --h3-font-style: normal;
    --h4-font: Playfair Display, serif;
    --h4-font-size: 14px;
    --h4-font-weight: 400;
    --h4-color: #000000;
    --h4-font-style: italic;
    --h5-font: Arial;
    --h5-font-size: 14px;
    --h5-font-weight: 400;
    --h5-color: #000000;
    --h5-font-style: normal;
    --h6-font: Arial;
    --h6-font-size: 12px;
    --h6-font-weight: 400;
    --h6-color: #000000;
    --h6-font-style: normal;
    --link-decoration: none;
    --link-decoration-hover: none;
    --link-color: #353535;
    --link-color-hover: #353535;
    --color-primary: #63333a;
    --color-secondary: #d6bd90;
    --color-accent: #8c9370;
    --color-quaternary: #ffedda;
    --color-background: #353535;
}

