/* Palette - this site's colours. Re-skin by editing only this file. */
:root {
  --c-white: #FFFFFF;
  --c-paper: #F6F3EE;
  --c-paper-cool: #E9ECE8;
  --c-paper-warm: #F5F0E9;
  --c-blue-50: #E9F3F4;
  --c-blue-100: #D3E6E9;
  --c-blue-200: #AED1D6;
  --c-blue-300: #87BBC2;
  --c-blue-500: #248391;
  --c-blue-600: #1C6A76;
  --c-blue-700: #1A6470;
  --c-blue-800: #134C56;
  --c-blue-900: #0E3D45;
  --c-warm: #E0B584;
  --c-warm-deep: #B8946C;
  --c-coral: #D5AC7D;
  --c-success: #2D7D5E;
  --c-ink: #0F1F33;
  --c-ink-2: #2C3E50;
  --c-muted: #5B6B7B;
  --c-muted-2: #8896A4;
  --c-line: #DEE7EF;
  --c-line-soft: #E9EEF3;
  --c-line-strong: #C7D3DE;
  --c-error: #C53030;
  --c-success-bg: #E7F4EE;
}
