:root {
  --tg-bg-color: #17212b;
  --tg-secondary-bg-color: #1f2c39;
  --tg-tertiary-bg-color: #22303d;
  --tg-surface-color: #182533;
  --tg-surface-elevated: #1c2b3a;
  --tg-text-color: #e6edf3;
  --tg-hint-color: #7f91a4;
  --tg-link-color: #64a8e8;
  --tg-button-color: #4ea4f6;
  --tg-button-text-color: #ffffff;
  --tg-border-color: rgba(255, 255, 255, 0.06);
  --tg-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  --tg-user-bubble: #2b5278;
  --tg-peer-bubble: #223242;
  --tg-chat-fill: rgba(255, 255, 255, 0.02);
  --tg-success: #55a6f7;
  --tg-danger: #d96c7b;
  --app-height: 100dvh;
  --keyboard-gap: 0px;
  --composer-height: 72px;
}
