/* Palette - this site's colours. Re-skin by editing only this file. */
:root {
  --c-white: #FFFFFF;
  --c-paper: #F7F2EC;
  --c-paper-cool: #F1E7E3;
  --c-paper-warm: #F5EEE4;
  --c-blue-50: #F3EBEE;
  --c-blue-100: #E8D8DE;
  --c-blue-200: #D4B6C2;
  --c-blue-300: #BF93A4;
  --c-blue-500: #8B3B5A;
  --c-blue-600: #742F49;
  --c-blue-700: #6D2E46;
  --c-blue-800: #582034;
  --c-blue-900: #4A1929;
  --c-warm: #C9A84C;
  --c-warm-deep: #A58A3E;
  --c-coral: #BFA048;
  --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;
}
