/* CSS Variables for User WebApp */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --tg-bg: #05060a;
  --tg-bg-soft: rgba(12, 16, 28, 0.96);
  --tg-accent: #5865f2;
  --tg-accent-soft: rgba(88, 101, 242, 0.14);
  --tg-border-soft: rgba(255, 255, 255, 0.08);
  --tg-text: #f5f5f5;
  --tg-text-soft: #a4a7c5;
}

