:root {
  --color-primary: #47b5c2;
  --color-bg-dark: #2c3e50;
  --color-bg-darker: #1a252f;
  --color-text-base: #e0e0e0;
  --radius-sm: 8px;
  --radius-md: 12px;
  --transition-base: 0.3s ease;
}

.u-hidden {
  display: none !important;
}

/*# sourceMappingURL=mobile-core.css.map */
