body{ font-feature-settings: "ss03" 1, "ss01" 1, "ss02" 1; }  .section-label { display: flex; align-items: center; font-family: inherit; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 24px; } .section-label::before { content: ""; width: 40px; height: 1px; background-color: var(--at-primary); margin-right: 12px; } .section-label--dark { color: var(--at-black); } .section-label--light { color: var(--at-white); } .style-text{ font-family: "Felidae"; letter-spacing: 1px !important; font-style: oblique; }