:root {
    --theme-primary: #00007b;
    --theme-secondary: #203643;
    --theme-accent: #00007b;
    --theme-page-bg: #ffffff;
    --theme-card-bg: #ffffff;
    --theme-surface-bg: #f8f9fa;
    --theme-text-primary: #000000;
    --theme-text-secondary: #6b7280;
    --theme-border-color: #e5e7eb;
    --theme-header-bg: #00007b;
    --theme-header-text: #ffffff;
    --theme-button-primary-bg: #00007b;
    --theme-button-primary-text: #ffffff;
    --theme-success: #22c55e;
    --theme-error: #b92d2d;
    --theme-font-family: 'Inter', sans-serif;
}
