/* Explain: Red, white, and black theme tokens for remodeling studio */
:root {
    --primary-color: #DC2626;
    --primary-hover: #B91C1C;
    --secondary-color: #000000;
    --accent-color: #DC2626;
    --background-color: #FFFFFF;
    --surface-color: #F9FAFB;
    --ivory-color: #FFFFFF;
    --warm-beige: #E5E7EB;
    --sage-color: #DC2626;
    --clay-color: #000000;
    --text-color: #000000;
    --text-muted: #4B5563;
    --border-color: rgba(0, 0, 0, 0.1);
    --nav-bg: rgba(0, 0, 0, 0.95);
    --nav-border: rgba(255, 255, 255, 0.1);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Manrope', sans-serif;
    --shadow-soft: 0 18px 55px rgba(0, 0, 0, 0.05);
    --shadow-deep: 0 32px 90px rgba(0, 0, 0, 0.12);
    --radius-organic: 2.5rem;
}
