:root {
  --white: #fff;
  --black: #000;
  --blue: #045BC4;
  --purple: #57167D;
  --gray: #5C6680;
  --green: #C2FF7E;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

:root {
  --animate-delay: 0.5s;
}

.h-100 {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
  color: var(--gray);
}
a:hover {
  color: var(--blue);
}

.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
  font-size: 15px;
}

.entry-content ul, .entry-content ol {
  font-family: "Montserrat";
  font-size: 15px;
}

.elementor-accordion-title {
  font-family: "Nunito", sans-serif !important;
  color: var(--green);
}

.site-above-footer-wrap {
  padding-bottom: 40px;
}

/*# sourceMappingURL=neokin.css.map */
