@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap");

:root {
  --antgeo-geo: #f4b41a;
}

.antgeo-wordmark {
  font-family: "Nunito", "Segoe UI", system-ui, sans-serif;
  font-weight: 800;
  font-size: inherit;
  line-height: 1.1;
  letter-spacing: -0.01em;
  display: inline;
}

.antgeo-wordmark .antgeo-ant,
.antgeo-wordmark .antgeo-geo {
  font: inherit;
}

.antgeo-wordmark .antgeo-geo {
  color: var(--antgeo-geo);
}

.antgeo-wordmark--dark .antgeo-ant {
  color: #ffffff;
}

.antgeo-wordmark--light .antgeo-ant {
  color: #111111;
}
