/* Typography Addon – Backend-Vorschau im Bard-Editor */

/* Sizes (ausgegeben als .cms-typo.{key}) */
.cms-typo.headline-1 { font-size: 3rem; font-weight: 615; line-height: 1; }
.cms-typo.headline-2 { font-size: 2.5rem; font-weight: 615; line-height: 1.29; }
.cms-typo.headline-3 { font-size: 2rem; font-weight: 615; line-height: 1; }
.cms-typo.headline-4 { font-size: 1.75rem; font-weight: 615; line-height: 1; }
.cms-typo.headline-5 { font-size: 1.375rem; font-weight: 615; line-height: 1.52; }
.cms-typo.text-xs { font-size: 0.8125rem; font-weight: 615; text-transform: uppercase; letter-spacing: 0.09em; }
.cms-typo.text-sm { font-size: 1rem; font-weight: 400; }
.cms-typo.text-md { font-size: 1.375rem; font-weight: 400; line-height: 1.4; }
.cms-typo.text-lg { font-size: 1.75rem; font-weight: 400; line-height: 1.457; }
.cms-typo.text-xl { font-size: 2rem; font-weight: 400; line-height: 1; }
.cms-typo.text-2xl { font-size: 2.5rem; font-weight: 400; line-height: 1; }
.cms-typo.text-3xl { font-size: 6rem; font-weight: 615; line-height: 1; }

/* Colors (ausgegeben als .{key}) */
.text-dark-yellow { color: #FFCC00; }
.text-mid-yellow { color: #FFDD00; }
.text-bright-yellow { color: #FFE14D; }
.text-warm-grey-dark { color: #DBD5BD; }
.text-white { color: #FFFFFF; }
.text-black { color: #000000; }
