/*
 * Your global styles here
 */
 :root {
    --lwc-brandColorPrimary: #4E738A; /* National Blue */
    --lwc-brandColorSecondary: #E7E7E7; /* Grey */
    --lwc-brandColorOrange: #E88247; /* Orange */
    --lwc-brandColorSage: #559C95; /* Sage */

    --slds-c-section-title-color-background: var(--lwc-brandColorPrimary);
    --slds-c-form-element-label-color-background: var(--lwc-brandColorOrange);

    /*--dxp-c-l-alignment: right; /* Large screens */
    /*--dxp-c-m-alignment: right; /* Medium screens */
    /*--dxp-c-s-alignment: right; /* Small screens */
}

html,
body {
    height: 100%;
}

html {
    background: white;
}

body {
    margin: 0;
}
