Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-03 16:25:03 +02:00
parent 70272e81d6
commit 543d3e5af5
66 changed files with 22706 additions and 0 deletions
@@ -0,0 +1,17 @@
/* ========================================================= */
/* Components: Typography */
/* ========================================================= */
.sg-typography-preview {
display: flex;
flex-direction: column;
gap: var(--spacing-small);
color: var(--text-typography-preview);
}
.sg-typography-preview h1,
.sg-typography-preview h2,
.sg-typography-preview p {
color: var(--text-typography-preview);
margin-top: 0;
}