:root {
--sans-serif-font-family: ui-sans-serif, system-ui, -apple-system,
BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
--mono-font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
"Liberation Mono", "Courier New", monospace;
font-family: var(--sans-serif-font-family);
@extend .font-3;
}
.mono {
font-family: var(--mono-font-family);
}
.font-1 {
font-size: 0.75rem;
line-height: 1rem;
}
.font-2 {
font-size: 0.875rem;
line-height: 1.25rem;
}
.font-3 {
font-size: 1rem;
line-height: 1.5rem;
}
.font-4 {
font-size: 1.125rem;
line-height: 1.75rem;
}
.font-5 {
font-size: 1.25rem;
line-height: 1.75rem;
}
h1 {
@extend .font-5;
}
h2 {
@extend .font-4;
}