body,
html {
  color: #222;
  font-family: 'PingFang SC', miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue,
    Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}

.font-alt {
  font-family: 'Manrope', serif;
}

img {
  max-width: 100%;
}

* {
  outline: none !important;
}

a {
  color: #0038ae;
  text-decoration: none;
}
a:hover {
  color: #0f3da2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
