:root {
    --background: #f9f9f9;
    --foreground: #143348;
    --card: #fdfdfd;
    --card-foreground: #143348;
    --popover: #fdfdfd;
    --popover-foreground: #143348;
    --primary: #143348;
    --primary-foreground: #fdfdfd;
    --text-light: #fdfdfd;
    --secondary: #cf2829;
    --secondary-foreground: #f1f5f7;
    --muted: #f9f9f9;
    --muted-foreground: #143348;
    --accent: #143348a0;
    --accent-foreground: #fdfdfd;
    --destructive: #e3342f;
    --border: #e5e7eb;
    --input: #e5e7eb;
    --ring: #cf2829;
    --sidebar: #f9f9f9;
    --sidebar-foreground: #143348;
    --sidebar-primary: #cf2829;
    --sidebar-primary-foreground: #fdfdfd;
    --sidebar-accent: #143348a0;
    --sidebar-accent-foreground: #fdfdfd;
    --sidebar-border: #e5e7eb;
    --sidebar-ring: #cf2829;
    --chart-1: #cf2829;
    --chart-2: #143348;
    --chart-3: #f9f9f9;
    --chart-4: #fdfdfd;
    --chart-5: #143348a0;
}

* {
    margin: 0;
    padding: 0;
}

.title {
    color: var(--primary) !important;
}
.secondary-title {
    color: var(--secondary) !important;
}

.logo-name {
    color: var(--primary) !important;
}
.logo {
    width: 100px !important;
}
