﻿h1, h2, h3, h4, h5 {
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 10px;
}

h1 {
    margin-top: 0px;
}

h2, .h2 {
}

h3, .h3 {
}

h4, .h4 {
}

h5, .h5 {
}



.custom-font {
    font-family: var(--heading-font);
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    font-family: var(--heading-font);
}


a, .tpi-red {
    color: var(--hyperlink-text);
}
a:hover, a.tpi-red:hover {
    color: #a02b22;
}

.color-green {
    color: #3eb40f;
}

.field-validation-error {
    color: #a94442;
}

.alert-required {
    background: #a94442 !important;
    padding: 5px !important;
}

.part-table-row-location-text {
    color: var(--dark-grey);
}

.footer-text {
    color: #b2b2b2;
}
