/* Generated by apps/migente-pwa/scripts/sync-theme.mjs.
   Source: tenants/migente/tenant/branding/design-tokens.json.
   Do not edit this artifact by hand. */
:root {
  --brand-primary: #d43168;
  --brand-primary-strong: #c22b61;
  --brand-highlight: #f4a51c;
  --brand-highlight-soft: #fff3d8;
  --color-bg: #ffffff;
  --color-surface: #f7f7f8;
  --color-surface-alt: #efeff2;
  --color-border: #dedfe3;
  --color-border-strong: #c5c8cf;
  --color-text: #141414;
  --color-text-soft: #2f3137;
  --color-text-muted: #626873;
  --color-text-quiet: #8a9099;
  --color-info: #326fe3;
  --color-ok: #4bb23f;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-control: 7px;
  --radius-card: 8px;
  --shadow-soft: 0 8px 24px rgba(20, 20, 20, 0.08);
}
