/**
 * Polybuzz mobile app styles
 */

[data-mb-theme] {
  --mb-fg: #c0bec1;
  --mb-bg: transparent;
  --mb-md-em: #79777a;
  --mb-md-a: #796bfb;
  --mb-video-control-color: #493abb;
  --mb-video-control-bg: #a097fc;
  --mb-font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --mb-font-size: 15px;
}

.mb-ad-badge {
  display: none;
}

.mb-md-p {
  line-height: 1.214;
}

.mb-md-a {
  text-decoration: none;
  font-weight: 600;
}

.mb-overlay {
  backdrop-filter: unset !important;
}
