svg.recharts-surface tspan {
  font-size: 0.8rem !important;
}

#primary-menu ul li a {
  font-weight: 700;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

body {
  -webkit-animation: fadeInOut 1s;
  animation: fadeInOut 1s;
}

section.gb-container-eae04a8a,
header {
  font-family: Inter, sans-serif;
  font-size: 17px;
}

p{
  margin-bottom: 0 !important;
}
