/* Child palette overrides (UK)
 * Source: /aviomoon-css-pack-v3/colors-uk.css
 */

:root {
  --brand-50:  #f2f6ff;
  --brand-100: #e2ebff;
  --brand-200: #c1d4ff;
  --brand-300: #97b6ff;
  --brand-400: #5f8fff;
  --brand-500: #2f6cf6;
  --brand-600: #2558cf;
  --brand-700: #1e48ab;
  --brand-800: #173786;
  --brand-900: #10285f;

  --surface-0: #ffffff;
  --surface-1: #f6f8fb;
  --surface-2: #eef2f6;

  --text-strong: #141f2a;
  --text: #223140;
  --text-muted: #4d637a;
  --text-inverse: #ffffff;

  --border: rgba(31, 55, 78, 0.16);
  --border-strong: rgba(31, 55, 78, 0.26);

  --footer-bg: #282828;
  --footer-text: rgba(255,255,255,.88);

  --focus-ring: 0 0 0 3px color-mix(in srgb, var(--brand-400) 45%, white);
}

