$pds-font-family: "Porsche Next", "Arial Narrow", Arial, "Heiti SC", SimHei, sans-serif;
$pds-font-hyphenation-style-overflow-wrap: break-word;
$pds-font-hyphenation-style-hyphens: var(--p-hyphens, auto);
$pds-font-line-height: calc(6px + 2.125ex);
$pds-font-size-text-xx-small: 0.75rem;
$pds-font-size-text-x-small: clamp(0.81rem, 0.23vw + 0.77rem, 0.88rem);
$pds-font-size-text-small: 1rem;
$pds-font-size-text-medium: clamp(1.13rem, 0.21vw + 1.08rem, 1.33rem);
$pds-font-size-text-large: clamp(1.27rem, 0.51vw + 1.16rem, 1.78rem);
$pds-font-size-text-x-large: clamp(1.42rem, 0.94vw + 1.23rem, 2.37rem);
$pds-font-size-heading-small: 1rem;
$pds-font-size-heading-medium: clamp(1.13rem, 0.21vw + 1.08rem, 1.33rem);
$pds-font-size-heading-large: clamp(1.27rem, 0.51vw + 1.16rem, 1.78rem);
$pds-font-size-heading-x-large: clamp(1.42rem, 0.94vw + 1.23rem, 2.37rem);
$pds-font-size-heading-xx-large: clamp(1.6rem, 1.56vw + 1.29rem, 3.16rem);
$pds-font-size-display-small: clamp(1.8rem, 2.41vw + 1.32rem, 4.21rem);
$pds-font-size-display-medium: clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem);
$pds-font-size-display-large: clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem);
$pds-font-style-normal: normal;
$pds-font-style-italic: italic;
$pds-font-variant: normal;
$pds-font-weight-regular: 400;
$pds-font-weight-semi-bold: 600;
$pds-font-weight-bold: 700;
