﻿/* Default Theme Styles */
/* For example, you can override specific component styles only for this theme */
/* Theme-specific custom styles can go here */

:root {
    /* Primary Colors */
    --color-primary: rgb(34, 62, 153);
    --color-primary-hover: #06b6d4;
    --color-secondary: #fece00;
    --color-secondary-hover: #f59e0b;

    /* Status Colors */
    --color-info: #3b82f6;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
    --color-success: #10b981;

    /* Button Colors */
    --color-button-text: #000000;
    --color-button-primary-hover: #f59e0b;
    --color-button-primary: #fece00;

    /* Border Colors */
    --color-border-focus: #0891b2;
    --color-border: #d1d5db;

    /* Text Colors */
    --color-text-secondary: #6b7280;
    --color-text-primary: #111827;

    /* Background Colors */
    --color-bg-alt: #f3f4f6;
    --color-bg-main: #ffffff;
}
