/*
 * WEA365 design foundation.
 *
 * This file contains only stable, cross-area design tokens. Component and
 * YOOtheme styles build on these variables; no page-specific layout belongs
 * here. Keep the namespace private to WEA365 to avoid leaking into YOOtheme.
 */
:root {
  --wea365-color-white: #fff;
  --wea365-color-text: #33485c;
  --wea365-color-heading: #20364a;
  --wea365-color-muted: #6b7680;
  --wea365-color-link: #3f6f9f;
  --wea365-color-border: #d8e0e8;
  --wea365-color-primary: #4f7faa;
  --wea365-color-primary-strong: #315f8a;
  --wea365-color-danger: #eb5570;
  --wea365-color-placeholder: #89939d;
  --wea365-touch-target: 44px;
}
