@font-face {
  font-family: Geomanist;
  font-style: normal;
  font-weight: 400;
  src: url('https://statics.belvo.io/fonts/Geomanist-Regular.otf') format('opentype');
}

@font-face {
  font-family: Geomanist;
  font-style: normal;
  font-weight: 300;
  src: url('https://statics.belvo.io/fonts/Geomanist-Book.otf') format('opentype');
}

@font-face {
  font-family: Geomanist;
  font-style: normal;
  font-weight: 700;
  src: url('https://statics.belvo.io/fonts/Geomanist-Bold.otf') format('opentype');
}

@font-face {
  font-family: Geomanist;
  font-style: normal;
  font-weight: 500;
  src: url('https://statics.belvo.io/fonts/Geomanist-Medium.otf') format('opentype');
}

@font-face {
  font-family: Geomanist;
  font-style: italic;
  font-weight: 300;
  src: url('https://statics.belvo.io/fonts/Geomanist-Light-Italic.otf') format('opentype');
}

@font-face {
  font-family: FiraCode;
  font-style: normal;
  font-weight: 400;
  src: url('https://statics.belvo.io/fonts/FiraCode-Regular.ttf') format('truetype');
}

@font-face {
  font-family: FiraCode;
  font-style: normal;
  font-weight: 700;
  src: url('https://belvo-login-widget.s3.us-east-2.amazonaws.com/fonts/FiraCode-Bold.ttf') format('truetype');
}

.text-king-title {
  @include boldFont();
  @include desktop() {
    font-size: 56px;
    line-height: 64px;
  }
  @include tablet() {
    font-size: 56px;
    line-height: 64px;
  }
  @include mobile() {
    font-size: 32px;
    line-height: 40px;
  }
}

.text-title {
  @include mediumFont();
  @include desktop() {
    font-size: 32px;
    line-height: 40px;
  }
  @include tablet() {
    font-size: 32px;
    line-height: 40px;
  }
  @include mobile() {
    font-size: 24px;
    line-height: 32px;
  }
}

.text-title-2 {
  @include mediumFont();
  font-size: 18px;
  line-height: 26px;
}

.text-title-3 {
  @include bookFont();
  font-size: 24px;
  line-height: 32px;
}

.text-title-4 {
  @include normalFont();
  font-size: 24px;
  line-height: 32px;
}

.text-title-italic {
  @include italicLightFont();
  @include desktop() {
    font-size: 24px;
    line-height: 32px;
  }
  @include tablet() {
    font-size: 24px;
    line-height: 32px;
  }
  @include mobile() {
    font-size: 24px;
    line-height: 32px;
  }
}

.text-section {
  @include bookFont();
  font-size: 16px;
  line-height: 24px;
}

.text-text {
  @include normalFont();
  font-size: 16px;
  line-height: 24px;
}

.text-text-small {
  @include bookFont();
  font-size: 14px;
  line-height: 22px;
}

.text-text-small2 {
  @include normalFont();
  font-size: 14px;
  line-height: 22px;
}

.text-text-large {
  @include normalFont();
  @include desktop() {
    font-size: 18px;
    line-height: 28px;
  }
  @include tablet() {
    font-size: 18px;
    line-height: 28px;
  }
  @include mobile() {
    font-size: 16px;
    line-height: 24px;
  }
}

.text-label {
  @include normalFont();
  font-size: 12px;
  line-height: 16px;
}

.text-text-caption {
  @include bookFont();
  font-size: 11px;
  line-height: 16px;
}

.text-button {
  @include bookFont();
  font-size: 16px;
  line-height: 24px;
}

.text-footer-title {
  @include boldFont();
  font-size: 11px;
  line-height: 24px;
}

.text-footer-item {
  @include normalFont();
  font-size: 12px;
  line-height: 24px;
}

.code-text-normal {
  @include normalCodeFont();
  line-height: 24px;
  @include desktop() {
    font-size: 16px;
  }
  @include tablet() {
    font-size: 16px;
  }
  @include mobile() {
    font-size: 14px;
  }
}

.code-text-bold {
  @include boldCodeFont();
  line-height: 24px;
  @include desktop() {
    font-size: 16px;
  }
  @include tablet() {
    font-size: 16px;
  }
  @include mobile() {
    font-size: 14px;
  }
}
