/* Explain: Theme tokens and typography for a modern, simplistic aesthetic. */
:root {
    --primary-color: #3b82f6;
    --primary-hover: #2563eb;
    --secondary-color: #1f2937;
    --accent-color: #60a5fa;
    --background-color: #09090b;
    --surface-color: #18181b;
    --surface-warm: #27272a;
    --text-color: #e4e4e7;
    --text-muted: #a1a1aa;
    --border-color: #3f3f46;
    --pearl-color: #09090b;
    --champagne-color: #3b82f6;
    --rose-nude-color: #22c55e;
    --soft-gray-color: #27272a;
    --espresso-color: #ffffff;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --radius-oval: 999px;
    --radius-soft: 0.75rem;
    --shadow-soft: 0 20px 40px rgba(0, 0, 0, 0.5);
    --shadow-card: 0 4px 12px rgba(0, 0, 0, 0.3);
}