/* Global color tokens */
:root {
  /* Brand */
  --c-brand: #87c0d1;
  --c-brand-strong: #4791AA;
  --c-brand-deep: #003866;
  --c-brand-soft: #d7ecf2;

  /* Neutrals */
  --c-surface: #ffffff;
  --c-bg-app: #F4F8FB;
  --c-bg-soft: #EDF4F8;
  --c-bg-neutral: #E6EDF2;

  /* Text and borders */
  --c-text: #2e4682;
  --c-text-soft: #4791AA;
  --c-border: #87c0d1;
  --c-border-strong: #4791AA;

  /* RGB helpers for alpha usage */
  --c-brand-rgb: 135, 192, 209;
  --c-ink-rgb: 0, 56, 102;
}
