/*Open SANS*/
.open-sans {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.open-sans.thin {
  font-weight: 100;
}

.open-sans.extra-light {
  font-weight: 200;
}

.open-sans.light {
  font-weight: 300;
}

.open-sans.regular {
  font-weight: 400;
}

.open-sans.medium {
  font-weight: 500;
}

.open-sans.semi-bold {
  font-weight: 600;
}

.open-sans.bold {
  font-weight: 700;
}

.open-sans.heavy {
  font-weight: 800;
}

.open-sans.black {
  font-weight: 900;
}

/*Font Weights*/
.thin {
  font-weight: 100;
}

.extra-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 700;
}

.bold {
  font-weight: 800;
}

.heavy {
  font-weight: 900;
}

/*Font Sizes*/
.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 1rem;
}

.f-14 {
  font-size: 1.166667rem;
}

.f-16 {
  font-size: 1.333333rem;
}

.f-18 {
  font-size: 1.5rem;
}

.f-20 {
  font-size: 1.66666667rem;
}

.f-22 {
  font-size: 1.83333333rem;
}

.f-24 {
  font-size: 2rem;
}

.f-26 {
  font-size: 2.16666667rem;
}

.f-28 {
  font-size: 2.33333333rem;
}

.f-30 {
  font-size: 2.5rem;
}

.f-32 {
  font-size: 2.66666666667rem;
}

.text-stroke {
  text-shadow: 1px 1px 2px black;
}

h1 {
  font-size: 72px;
  line-height: 80px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 36px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

/*Line Height*/

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-29 {
  line-height: 29px;
}

.lh-43 {
  line-height: 43px;
}

.lh-68 {
  line-height: 68px;
}

.lh-77 {
  line-height: 77px;
}

.lh-80 {
  line-height: 80px;
}

/*Letter Spacing*/

.ls-0_9px {
  letter-spacing: 0.9px;
}

.ls-1px {
  letter-spacing: 1px;
}

.ls-1_2px {
  letter-spacing: 1.2px;
}

.ls-3_6px {
  letter-spacing: 3.6px;
}

.ls-3_6px {
  letter-spacing: 3.6px;
}

.ls-3_6px {
  letter-spacing: 3.6px;
}

.ls-3_6px {
  letter-spacing: 3.6px;
}

.ls-3_6px {
  letter-spacing: 3.6px;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* New Font Styles */
.asgard-main-title {

  font-family: "gin";
  color: white;
  font-weight: 400;
  font-size: 80px;
  letter-spacing: 5px;
}
.asgard-main-subtitle {
  font-family: "gin";
  color: black;
  font-weight: 400;
  font-size: 55px;
  letter-spacing: 3px;
}

.gin-main-nav-text {
  font-family: "gin";
  color: white;
  font-weight: 400;
  font-size: 55px;
  letter-spacing: 3px;

}
