/* Shared typeface across the studio, game pages and fleet dossiers. */
:root {
  --site-font: Arial, "Helvetica Neue", Helvetica, "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
body, body *, body *::before, body *::after {
  font-family: var(--site-font) !important;
}

/* A consistent, touch-friendly route to the official stores. */
a.downloads-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
  text-decoration: none;
}
a.downloads-link:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
#platforms { scroll-margin-top: 110px; }
.studio-header nav { align-items: center; flex-wrap: wrap; }
@media (max-width: 700px) {
  .studio-header { flex-wrap: wrap; }
  .studio-header nav { width: 100%; justify-content: space-between; gap: 10px; }
}
