/* Explain: Premium paint-inspired theme tokens and typography */
:root {
    --primary-color: #E07A5F;
    --primary-hover: #c9654d;
    --secondary-color: #3D405B;
    --accent-color: #F2CC8F;
    --background-color: #F4F1DE;
    --surface-color: #fffaf0;
    --surface-strong: #ffffff;
    --text-color: #25283d;
    --text-muted: #6f6b5f;
    --border-color: rgba(61, 64, 91, 0.16);
    --indigo-color: #3D405B;
    --terracotta-color: #E07A5F;
    --mustard-color: #F2CC8F;
    --eggshell-color: #F4F1DE;
    --sage-color: #81B29A;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --radius-lg: 1.75rem;
    --radius-xl: 2.5rem;
    --shadow-soft: 0 24px 70px rgba(61, 64, 91, 0.16);
    --shadow-card: 0 18px 45px rgba(61, 64, 91, 0.12);
}
