h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; margin-bottom: 0; } .fancy { color: var(--askella-font-color); font-weight: 900; text-transform: uppercase; letter-spacing: 0.09em; } .fancy::after { content: ""; display: block; width: 2rem; height: 0.2em; background: var(--askella-font-color); } h1, .h1 { font-size: 2.5rem; } h2, .h2 { font-size: 2rem; } .h2-fancy { color: var(--askella-font-color); font-weight: 900; font-size: 2rem; font-family: var(--askella-font-family); text-transform: uppercase; letter-spacing: 0.09em; } .h2-fancy::after { content: ""; display: block; width: 2em; height: 3px; background: var(--askella-font-color); margin-top: 0.1em; } h3, .h3 { font-size: 1.75rem; } .h3-fancy { color: var(--askella-font-color); font-weight: 900; font-size: 1.75rem; font-family: var(--askella-font-family); text-transform: uppercase; letter-spacing: 0.09em; } .h3-fancy::after { content: ""; display: block; width: 2em; height: 3px; background: var(--askella-font-color); margin-top: 0.1em; } h4, .h4 { font-size: 1.5rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; }