.section-title {
    color: white;
    font-size: 2.3rem;
    font-family: "Elms Sans", sans-serif;
    margin: 0;
}

.section-subtitle {
    color: gray;
    font-weight: bold;
    font-family: "Elms Sans", sans-serif;
    margin: 0;
    width: fit-content;
    padding-bottom: 2px;
    padding-right: 0.5rem;
    border-bottom: 3px solid var(--gl-subtitle-underline);
}
