/* Generated by platform settings publish. Do not edit manually. */
:root {
  --brand: #1A3E6D;
  --brand-deep: #153359;
  --accent: #C6934A;
  --on-brand: #FFFFFF;
  --on-accent: #FFFFFF;
  --primary-foreground: #FFFFFF;
  --offer: #E8B84A;
  --success: #299C3D;
  --danger: #DC2626;
  --primary: #1A3E6D;
  --ring: #1A3E6D;
  --secondary: #E8EEF5;
  --secondary-foreground: #0F172A;
  --accent-bg: #E8EEF5;
  --accent-foreground: #0F172A;
  --background: #FFFFFF;
  --surface: #FFFFFF;
  --surface-strong: #E8EEF5;
  --foreground: #0F172A;
  --ink: #0F172A;
  --card: #FFFFFF;
  --card-foreground: #0F172A;
  --popover: #FFFFFF;
  --popover-foreground: #0F172A;
  --muted: #475569;
  --muted-bg: #F1F5F9;
  --muted-foreground: #475569;
  --destructive: #DC2626;
  --line: #CBD5E1;
  --border: #CBD5E1;
  --input: #CBD5E1;
  --sidebar-primary: #1A3E6D;
  --sidebar-primary-foreground: #FFFFFF;
  --sidebar-accent: #F1F5F9;
  --sidebar-border: #CBD5E1;
}

html[data-site-theme="dark"] {
  --brand: #6B9BD1;
  --brand-deep: #3D6FA8;
  --accent: #E8B84A;
  --on-brand: #FFFFFF;
  --on-accent: #FFFFFF;
  --primary-foreground: #FFFFFF;
  --offer: #FBBF24;
  --success: #4ADE80;
  --danger: #EF4444;
  --primary: #6B9BD1;
  --ring: #6B9BD1;
  --secondary: #1F2937;
  --secondary-foreground: #F8FAFC;
  --accent-bg: #1F2937;
  --accent-foreground: #F8FAFC;
  --background: #0B1220;
  --surface: #111827;
  --surface-strong: #1F2937;
  --foreground: #F8FAFC;
  --ink: #F8FAFC;
  --card: #111827;
  --card-foreground: #F8FAFC;
  --popover: #111827;
  --popover-foreground: #F8FAFC;
  --muted: #A8B3C7;
  --muted-bg: #1F2937;
  --muted-foreground: #A8B3C7;
  --destructive: #EF4444;
  --line: #334155;
  --border: #334155;
  --input: #334155;
  --sidebar-primary: #6B9BD1;
  --sidebar-primary-foreground: #FFFFFF;
  --sidebar-accent: #1F2937;
  --sidebar-border: #334155;
}
