:root {
    --primary: #1f3b2d;
    --primary-dark: #14271e;
    --accent: #6b4a2d;
    --gold: #b9975b;
    --background: #f7f5f1;
    --text: #2e2e2e;
    --white: #ffffff;

    --max-width: 1200px;
    --transition: 0.25s ease;
}