/* 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: #ECF5F5;
  --c-blue-100: #D6EAEA;
  --c-blue-200: #B3D6D6;
  --c-blue-300: #7FB9B9;
  --c-blue-500: #3C8E8E;
  --c-blue-600: #338383;
  --c-blue-700: #2E7A7A;
  --c-blue-800: #256464;
  --c-blue-900: #1B4F4F;
  --c-warm: #E2903F;
  --c-warm-deep: #B86A28;
  --c-coral: #D8843C;
  --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;
}
