/* Typography Fixes */
h1, h2, h3 {
    letter-spacing: -0.02em;
    font-weight: 700;
}

/* Timeline Custom Styling */
.wp-block-column {
    border-left: 2px solid var(--wp--preset--color--primary);
    padding-left: 20px !important;
}

/* Accessibility */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}