@use "../base/number" as *;

/* 字体语意 */
$typography-label-font-family: $typography-primitives-chinese;
$typography-label-size-main: $typography-primitives-scale-01;
$typography-label-size-small: $typography-primitives-scale-00;
$typography-label-font-weight-main: $typography-primitives-weight-regular;
$typography-label-font-weight-strong: $typography-primitives-weight-medium;

$typography-body-font-family: $typography-primitives-chinese;
$typography-body-size-small: $typography-primitives-scale-01;
$typography-body-size-main: $typography-primitives-scale-02;
$typography-body-size-large: $typography-primitives-scale-03;
$typography-body-font-weight-main: $typography-primitives-weight-regular;
$typography-body-font-weight-strong: $typography-primitives-weight-medium;
$typography-body-font-weight-extra-strong: $typography-primitives-weight-semibold;

$typography-title-font-family: $typography-primitives-chinese;
$typography-title-size-small: $typography-primitives-scale-02;
$typography-title-size-main: $typography-primitives-scale-03;
$typography-title-size-large: $typography-primitives-scale-04;
$typography-title-font-weight-light: $typography-primitives-weight-regular;
$typography-title-font-weight-main: $typography-primitives-weight-medium;
$typography-title-font-weight-strong: $typography-primitives-weight-semibold;

$typography-headline-font-family: $typography-primitives-chinese;
$typography-headline-size-small: $typography-primitives-scale-05;
$typography-headline-size-main: $typography-primitives-scale-06;
$typography-headline-size-large: $typography-primitives-scale-07;
$typography-headline-font-weight-light: $typography-primitives-weight-regular;
$typography-headline-font-weight-main: $typography-primitives-weight-medium;
$typography-headline-font-weight-strong: $typography-primitives-weight-semibold;

$typography-display-font-family: $typography-primitives-chinese;
$typography-display-size-small: $typography-primitives-scale-08;
$typography-display-size-main: $typography-primitives-scale-09;
$typography-display-size-large: $typography-primitives-scale-10;
$typography-display-font-weight: $typography-primitives-weight-semibold;





