:root {
/*  --color-primary: #fd7250;
  --color-secondary: #2ed47c;*/
  --color-primary: #B2539F;
  --color-secondary: #57419a;
  --color-gradient-start: #B2539F;
  --color-gradient-stop: #57419a;
  --clr-pink: #B2539F;
  --clr-violet: #57419a;
}

.clr-pink {
  color: var(--clr-pink) !important;
}

.clr-violet {
  color: var(--clr-violet) !important;
}

.bg-pink {
  background: var(--clr-pink) !important;
}

.bg-violet {
  background: var(--clr-violet) !important;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--clr-pink) white;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--clr-pink);
  border-radius: 20px;
  border: 1px solid white;
}

body {
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  color: #808291;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 700;
  color: #181b31;
}

.h1, h1 {
  line-height: 1.111em;
  font-size: 42px;
}

.h2, h2 {
  line-height: 1.111em;
  font-size: 36px;
}

.h3, h3 {
  line-height: 1.25em;
  font-size: 30px;
}

.h4, h4 {
  line-height: 1.5em;
  font-size: 22px;
}

.h5, h5 {
  line-height: 1.5em;
  font-size: 19px;
}

.h6, h6 {
  line-height: 1.5em;
  font-size: 17px;
}

.main-nav > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #fff;
}

.main-nav > li > a .link-ext {
  background-color: #fff;
}

.main-footer a:not(.btn) {
  color: #777880;
}

.main-footer a:not(.btn):hover {
  color: #000;
}

@media only screen and (max-width: 600px) {

  .font-size-sm-2 {
    font-size: 2rem !important;
  }

  .font-size-sm-1 {
    font-size: 1rem !important;
  }

  body {
    font-size: 14px !important;
  }

}
