.display-large, .display-text-large {
	font-style: normal;
	font-size: 30px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-display-large-letter-spacing);
}

.display-medium, .display-text {
	font-style: normal;
	font-size: 28px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-display-medium-letter-spacing);
}

.display-small, .display-text-small {
	font-style: normal;
	font-size: 26px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-display-small-letter-spacing);
}

.headline-large, .headline-text-large {
	font-style: normal;
	font-size: 24px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-headline-large-letter-spacing);
}

.headline-medium, .headline-text {
	font-style: normal;
	font-size: 22px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-headline-medium-letter-spacing);
}

.headline-small, .headline-text-small {
	font-style: normal;
	font-size: 20px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
}

.title-large, .title-text-large {
	font-style: normal;
	font-size: 20px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-title-large-letter-spacing);
}

.title-medium, .title-text {
	font-style: normal;
	font-size: 18px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-title-medium-letter-spacing);
}

.title-small, .title-text-small {
	font-style: normal;
	font-size: 16px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-title-small-letter-spacing);
}

.body-large, .body-text-large {
	font-style: normal;
	font-size: 16px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-body-large-letter-spacing);
}

.body-medium, .body-text {
	font-style: normal;
	font-size: 14px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-body-medium-letter-spacing);
}

.body-small, .body-text-small {
	font-style: normal;
	font-size: 12px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-body-small-letter-spacing);
}

.label-large, .label-text-large {
	font-style: normal;
	font-size: 16px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-label-large-letter-spacing);
}

.label-medium, .label-text {
	font-style: normal;
	font-size: 14px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-label-medium-letter-spacing);
}

.label-small, .label-text-small {
	font-style: normal;
	font-size: 12px;
	line-height: 1.75ch;
	letter-spacing: var(--md-sys-typescale-label-small-letter-spacing);
}

.font-w-300, .font-thin {
	font-weight: 300 !important;
}

.font-w-400, .font-normal {
	font-weight: 400 !important;
}

.font-w-500, .font-semi-bold {
	font-weight: 500 !important;
}

.font-w-600, .font-bold {
	font-weight: 600 !important;
}

.font-w-800, .font-bolder {
	font-weight: 800 !important;
}
