// 字体排版相关
@import "../../../common/variables/color-apsara.scss";

@mixin body-snow {
  font-size: 12px;
  line-height: 16px;
  color: $G0;
  font-weight: 400;
}

@mixin body-01 {
  font-size: 12px;
  line-height: 16px;
  color: $G80;
  font-weight: 400;
}

@mixin body-02 {
  font-size: 12px;
  line-height: 16px;
  color: $G70;
  font-weight: 400;
}

@mixin body-03 {
  font-size: 12px;
  line-height: 16px;
  color: $G60;
  font-weight: 400;
}

@mixin body-04 {
  font-size: 12px;
  line-height: 16px;
  color: $G50;
  font-weight: 400;
}

@mixin prompt-brand {
  font-size: 12px;
  line-height: 16px;
  color: $B50;
  font-weight: 400;
}

@mixin prompt-danger {
  font-size: 12px;
  line-height: 16px;
  color: $R50;
  font-weight: 400;
}

@mixin prompt-warning {
  font-size: 12px;
  line-height: 16px;
  color: $O60;
  font-weight: 400;
}

@mixin prompt-alert {
  font-size: 12px;
  line-height: 16px;
  color: $A60;
  font-weight: 400;
}

@mixin prompt-success {
  font-size: 12px;
  line-height: 16px;
  color: $GN60;
  font-weight: 400;
}

@mixin title-01 {
  font-size: 14px;
  line-height: 20px;
  color: $G80;
  font-weight: 500;
}

@mixin title-02 {
  font-size: 16px;
  line-height: 24px;
  color: $G80;
  font-weight: 500;
}

@mixin title-03 {
  font-size: 18px;
  line-height: 26px;
  color: $G80;
  font-weight: 500;
}

@mixin title-04 {
  font-size: 20px;
  line-height: 28px;
  color: $G80;
  font-weight: 500;
}

@mixin title-05 {
  font-size: 24px;
  line-height: 32px;
  color: $G80;
  font-weight: 500;
}

@mixin title-06 {
  font-size: 28px;
  line-height: 36px;
  color: $G80;
  font-weight: 500;
}

@mixin title-07 {
  font-size: 32px;
  line-height: 40px;
  color: $G80;
  font-weight: 500;
}
