/* Case Detail Page Move to indiviudal file */
records-record-layout-item[field-label='Case Owner'] {
    display: none !important;
}
records-record-layout-item[field-label='Case Origin'] {
    display: none !important;
}
records-record-layout-item[field-label='Priority'] {
    display: none !important;
}
records-record-layout-item[field-label='Web Email'] {
    display: none !important;
}
.highlights.slds-clearfix.slds-page-header.slds-page-header_record-home {
    height: 30px !important;
}

slot.slds-grid.slds-page-header__detail-row {
    display: none !important;
}
records-highlights-icon {
    display: none !important;
}

/* Update Font Family for Title Family */
.slds-page-header__title {
    font-family: 'Interstate';
}