@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

* {
  font-family: 'Lato', sans-serif;
} 

.text-primary {
  color: #96BF56 !important;
}

.border-primary {
  border-color: #96BF56 !important;
}

.bg-primary {
  background-color: #96BF56 !important;
}

p, span, h1, h2, h3, h4, h5, div {
  color: #111;
}

.container {
  max-width: 1250px !important;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #96BF56;
}

.scroll-height::-webkit-scrollbar {
  height: 2px;
}

iframe {
  max-width: 100% !important;
  height: 600px;
}

.content p {
  margin-bottom: 24px;
  font-size: 18px;
}

.content img {
  width: 100%;
  height: auto;
}

.content h1 {
  font-size: 36px !important;
}

.content h2 {
  font-size: 32px !important;
}

.content h3 {
  font-size: 26px !important;
}

.content h4 {
  font-size: 20px !important;
}

.content h5 {
  font-size: 18px !important;
}

a:hover {
  color: #00B3E3;
}