:root {
  --color-primary: #DA251D;
        --color-primary-dark: #B71C1C;
        --color-secondary: #00897B;
        --color-accent: #FFCD00;
        --gradient-primary: linear-gradient(135deg, #DA251D 0%, #00897B 100%);
        --color-primary-rgb: 218, 37, 29;
        --color-secondary-rgb: 0, 137, 123;
        --color-primary-dark-rgb: 183, 28, 28;
        --gradient-primary-subtle: linear-gradient(135deg, rgba(218, 37, 29, 0.1) 0%, rgba(0, 137, 123, 0.1) 100%);
        --surface-page: #f0f2f5;
        --surface-card: #ffffff;
        --surface-input: #ffffff;
        --surface-muted: #f8f9fa;
        --text-body: #222222;
        --text-heading: #222222;
        --text-muted: #666666;
        --border-soft: #e0e0e0;
        --shadow-card-color: rgba(0, 0, 0, 0.08);
        --on-primary: #ffffff;
        --font-body: 'Inter', sans-serif;
        --font-heading: 'Inter', sans-serif;
}
