/**
 * AVYN design tokens — the static part. The palette slots, their brand
 * aliases (--avyn-brand, --avyn-ink, …), the font variables and the
 * container width are printed inline right after this file from the live
 * Customizer values (inc/assets.php → avyn_tokens_css()).
 *
 * Two teals only: brand (light surfaces) and accent (dark surfaces).
 */
:root {
  --avyn-tint: #DFEEEC;         /* brand wash */
  --avyn-slate: #5B6467;        /* rgb(91 100 103) */
  --avyn-shell: #ECE8E0;        /* rgb(236 232 224) — image wells */
  --avyn-data: #AC4E1E;
  --avyn-ok: #206A4A;           /* rgb(32 106 74) */
  --avyn-warn: #A87414;         /* rgb(168 116 20) */
  --avyn-container-width: 1200px;
}
