@fpxfd/next
Version:
A configurable component library for web built on React.
20 lines (19 loc) • 687 B
CSS
:root {
--typography-text-color: #545d75;
--typography-text-strong-font-weight: 600;
--typography-text-code-corner: 3px;
--typography-text-mark-color: #545d75;
--typography-text-mark-background: #f9a256;
--typography-text-code-color: #545d75;
--typography-text-code-background: #eef1f6;
--typography-text-code-border-color: #eef1f6;
--typography-paragraph-font-size: 14px;
--typography-paragraph-line-height: 1.5;
--typography-title-h1-font-size: 24px;
--typography-title-h2-font-size: 20px;
--typography-title-h3-font-size: 16px;
--typography-title-h4-font-size: 16px;
--typography-title-h5-font-size: 14px;
--typography-title-h6-font-size: 12px;
--typography-title-font-weight: 600;
}