/* assets/css/profile.css */

.section-title{
    font-weight: 700;
    color: var(--apple-text, #1D1D1F);
    font-size: 0.95rem;
    letter-spacing: .02em;
    margin-bottom: 12px;
}

.divider-soft{
    height: 1px;
    background: rgba(0,0,0,0.06);
    border-radius: 999px;
}

.font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}