/**
 * ST landings — reset & base typography.
 * Applies to any page rendered inside .schema-therapy container.
 */

* { margin: 0; padding: 0; box-sizing: border-box; }

.schema-therapy {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--st-text);
    line-height: 1.6;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.schema-therapy section[id] {
    scroll-margin-top: 100px;
}
