/* Common Typography Styles */

/* Global Heading Styles */
h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 12px;
}

/* Section Titles - Used for major section headings across pages */
.section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 24px;
}

/* Description Text - Used for secondary/descriptive text */
.text-description {
    font-size: 14px;
    color: var(--gray-600);
    line-height: 1.6;
}

/* Common text patterns to be added as we identify them */
