/* ── Global Font Definitions ── */

/* All headings: Arial Bold */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* Navigation, labels, subheadings, buttons, uppercase text */
nav, label, button, .section-heading, .nav-logo,
.toggle-btn, .sport-btn, .edit-profile-btn, .save-btn,
.drafts-btn, .modal-close, .slot-label, .stat-label,
.tool-subheading, .page-title {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
}

/* All body text, inputs, paragraphs */
body, p, input, textarea, select, .bio-text,
.dropdown-item, .modal-item, .display-name,
.slot-name, .username, .chart-title, .post-empty-label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* Override any inline Times New Roman references */
* {
    font-family: Arial, Helvetica, sans-serif;
}

/* Headings override the wildcard */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}