@mixin normalFont {
  font-family: Geomanist !important;
  font-weight: $weight-font-regular;
}

@mixin mediumFont {
  font-family: Geomanist !important;
  font-weight: $weight-font-medium;
}

@mixin mediumNotoFont {
  font-family: 'Noto Sans TC' !important;
  font-weight: $weight-font-book;
}

@mixin regularNotoFont {
  font-family: 'Noto Sans TC' !important;
  font-weight: $weight-font-regular;
}

@mixin boldFont {
  font-family: Geomanist !important;
  font-weight: $weight-font-bold;
}

@mixin bookFont {
  font-family: Geomanist !important;
  font-weight: 300;
}

@mixin italicLightFont {
  font-family: Geomanist !important;
  font-style: italic;
  font-weight: $weight-font-light;
}

@mixin normalCodeFont {
  font-family: FiraCode !important;
  font-weight: $weight-font-regular;
}

@mixin boldCodeFont {
  font-family: FiraCode !important;
  font-weight: $weight-font-bold;
}
