/* ====================================
   Typography Styles
   ==================================== */

.title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 18px;
    color: var(--text-primary);
    text-shadow: var(--shadow-text);
}

/* Section titles and labels */
/* Section titles and labels */
.section-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-accent);
    background: var(--bg-primary);
    padding: 6px 15px;
    border-radius: 12px;
    box-shadow: var(--shadow-inset);
    display: inline-block;
    letter-spacing: 0.5px;
}

.numbers-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-label-red);
    background: transparent;
    padding: 4px 4px;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
}