:root {
    --bg-color: #ffffff;
    --text-color: #1a1a1a;
    --accent-color: #000000;
    --secondary-bg: #f5f5f5;
    --font-main: 'Inter', sans-serif;
    --font-serif: 'Playfair Display', serif;
}

[data-theme="beige"] {
    --bg-color: #fdfbf7;
    --text-color: #2c2c2c;
    --accent-color: #8b4513;
    --secondary-bg: #f4f1ea;
}

[data-theme="dark"] {
    --bg-color: #121212;
    --text-color: #e0e0e0;
    --accent-color: #ffffff;
    --secondary-bg: #1e1e1e;
}