/*Exo Font Family */
.display-large {
  width: 100%;
  font-family: "Druk Cyr", sans-serif;
  /* letter-spacing: 4px; */
  font-weight: 500;
  font-size: 72px;
  line-height: 53px;
  padding-bottom: 0px;
}
.display-medium {
  font-family: "Druk Cyr", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 71px;
}
.display-small {
  font-family: "Druk Cyr", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
}
.heading-large {
  font-family: "Druk Cyr", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}
.heading-medium {
  font-family: "Druk Cyr", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}
.heading-small {
  font-family: "Druk Cyr", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.title-large {
  font-family: "Druk Cyr", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.title-medium {
  font-family: "Druk Cyr", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.title-small {
  font-family: "Druk Cyr", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
/*Altone Font Family */
.body-light {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 24px;
}
.body-medium {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 32px;
}
.body-regular {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.label-large {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
.label-overline {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
