:root {
    --background: #faf7f2;
    --font-heading: 'Source Serif 4', Georgia, serif;
    --font-body: 'Source Sans 3', system-ui, sans-serif;
    --radius: 10px;
    --footer-color: #152735;
    --text: #3d3425;
    --text-secondary: #6b5a42;
    --border: #e0d6c2;
    --accent: #c9a96e;
}
