/* === EasyFix Custom Form Styling === */

/* Dark blue for all form labels */
label,
.form-label,
.ms-formlabel,
.entity-form label {
    color: #002f6c !important;  /* EasyFix dark blue */
    font-weight: 600;           
}

/* Headings inside forms */
h1 {
    color: #ffca4b !important;  /* White for Heading 1 */
    font-weight: 700;
}

h2 {
    color: #5792ce !important;  /* Lighter blue for H2 */
    font-weight: 700;
}

h3, h4,
.section-title,
.entity-form h3 {
    color: #5792ce !important;  /* Lighter blue for H3/H4 */
    font-weight: 700;
}

/* Subheading 1 (Power Pages theme class) */
.subheading-1,
.heading-1-sub,
.h1-subtitle {
    color: #002f6c !important;  /* EasyFix dark blue */
    font-weight: 600;
}

/* For Power Pages form instructions or description text */
.form-section h2 span,
.form-instructions,
.entity-form-instructions {
    color: #002f6c !important;
}
