/* Explain: Theme tokens for the minimalist visual artist identity. */
:root {
    --primary-color: #000000;
    --primary-hover: #333333;
    --secondary-color: #f5f5f5;
    --accent-color: #000000;
    --background-color: #ffffff;
    --surface-color: #fafafa;
    --footer-bg: #ffffff;
    --text-color: #111111;
    --text-muted: #666666;
    --border-color: #e5e5e5;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-logo: 'Inter', sans-serif;
}
