:root {
--color-primary: #3e5340;
--color-secondary: #e4decb;
--text-size: 18px;
--text-weight: 400;
--line-height: 1.6;
--font-family: Open Sans, Arial, sans-serif;
--heading-font-family: Merriweather, Georgia, serif;
--heading-font-weight: 700;
--h1-size: 36px;
--h2-size: 32px;
--h3-size: 20px;
--h4-size: 18px;
--h5-size: 16px;
--h6-size: 16px;
}

