/**
 * Generated from Signal — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1c1f23;
  --text-dim: #1c1f23;
  --text-faint: #1c1f23;
  --brand: #3a76f0;
  --on-brand: #ffffff;
  --border: #e0e3e8;
  --border-strong: #bcc0c7;
  --success: #3eaa6c;
  --warning: #e69138;
  --danger: #d04a3c;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-warm: #f8f9fa;
  --color-bg-muted: #f1f3f5;
  --color-bg-promo: #e8efff;
  --color-bg-cream: #fef9e9;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-hover: #f8f9fa;
  --color-surface-soft: #f4f7ff;
  --color-surface-strong: #e8eaee;
  --color-text: #1c1f23;
  --color-text-strong: #0a0d11;
  --color-text-muted: #5b6068;
  --color-text-soft: #7a7f87;
  --color-text-disabled: #a8acb3;
  --color-text-on-brand: #ffffff;
  --color-text-link: #2e62d8;
  --color-text-link-hover: #1f4ab2;
  --color-brand: #3a76f0;
  --color-brand-hover: #2e62d8;
  --color-brand-active: #234fb8;
  --color-brand-soft: #e8efff;
  --color-brand-deep: #234fb8;
  --color-donate-blue: #2c6bed;
  --color-accent-cyan: #5fb3f9;
  --color-accent-yellow: #f1c40f;
  --color-accent-orange: #e69138;
  --color-accent-red: #d04a3c;
  --color-accent-green: #3eaa6c;
  --color-border: #e0e3e8;
  --color-border-soft: #eef0f2;
  --color-border-strong: #bcc0c7;
  --color-border-focus: #3a76f0;
  --color-on-brand: #ffffff;
  --color-encryption-verified: #3eaa6c;
  --color-encryption-unverified: #7a7f87;
  --color-shadow-card: rgba(28,31,35,0.06);
  --color-shadow-modal: rgba(28,31,35,0.20);
  --color-shadow-popover: rgba(28,31,35,0.12);
  --color-success: #3eaa6c;
  --color-success-soft: #e0f3e7;
  --color-warning: #e69138;
  --color-warning-soft: #fdf3e8;
  --color-danger: #d04a3c;
  --color-danger-soft: #fbeae6;
  --color-info: #3a76f0;
  --color-info-soft: #e8efff;

  /* type */
  --display-size: 56px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 6px;
  --radius-card: 8px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Roboto Mono', ui-monospace, monospace;
}
