/* Explain: Theme tokens and typography, emphasizing a minimalist, high-contrast aesthetic. - */
:root {
    --primary-color: #000000;
    --primary-hover: #333333;
    --secondary-color: #e5e5e5;
    --accent-color: #000000;
    --background-color: #ffffff;
    --surface-color: #ffffff;
    --surface-warm: #f7f7f7;
    --text-color: #000000;
    --text-muted: #666666;
    --border-color: #e5e5e5;
    --pearl-color: #ffffff;
    --champagne-color: #f5f5f5;
    --rose-nude-color: #999999;
    --soft-gray-color: #f0f0f0;
    --espresso-color: #000000;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --radius-oval: 0px;
    --radius-soft: 0px;
    --shadow-soft: none;
    --shadow-card: none;
}