/* LOGESCO blue-primary palette. Keep illustration/semantic series independent. */
:root {
  --lc-brand-primary: #1A5D8A;
  --lc-brand-primary-rgb: 26, 93, 138;
  /* Historical peach names retained as compatibility aliases for all sections. */
  --lc-surface-peach-rgb: 243, 248, 252;
  --lc-surface-rgb: 255, 255, 255;
  --lc-action-primary: #175989;
  --lc-action-hover: #124B73;
  --lc-button-primary: #C2410C;
  --lc-button-hover: #9A3412;
  --lc-button-soft: #FFF7F0;
  --lc-button-soft-strong: #FFE8D6;
  --lc-surface-peach: #F3F8FC;
  --lc-surface-peach-strong: #E5F0F8;
  --lc-surface: #FFFFFF;
  --lc-text: #202124;
  --lc-text-muted: #5F6269;
  --lc-brand-secondary: #1A5D8A;
  --lc-border-control: #71889A;
  --lc-on-action: #FFFFFF;
  --lc-focus-ring: var(--lc-brand-secondary);
}
