/* Explain: Theme design tokens (colors, fonts) - now monochrome. - */
:root {
    --primary-color: #000000;
    --primary-hover: #333333;
    --secondary-color: #ffffff;
    --accent-color: #000000;
    --background-color: #ffffff;
    --surface-color: #fafafa;
    --text-color: #000000;
    --text-muted: #666666;
    --border-color: #000000;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Lora', serif;
}