@import "_enterprise_vars";

.large-heading {
    font-size: 3rem;
    color: color('primary');
    font-family: $font-family-sans-serif;
    margin: 0.5rem 0;
}


.small-heading-light {
    // ID: h2
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
    color: color('primary-lighter');
    font-family: $font-family-sans-serif-light;
    font-weight: normal;
    line-height: 1;
    font-size: 1.2rem;
    text-transform: uppercase;

    a {
        color: color('primary-lighter');
        text-transform: none;
    }
}

.small-heading-dark {
    @extend .small-heading-light;
    color: color('primary');
}

.card-title-dark {
    color: color('white');
    font-family: $font-family-sans-serif-heavy;
    font-weight: 300;
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.card-subtitle {
    color: color('primary');
    font-family: $font-family-sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 1.5rem;
    letter-spacing: inherit;
    text-transform: none;
}


.subtitle-muted {
    color: color('gray-dark');
    font-family: $font-family-sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: inherit;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}


.fine-print {
    color: color('primary');
    font-family: $font-family-sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: inherit;
}

.small-heading-white {
    // ID: h8
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
    color: color('white');
    font-family: $font-family-sans-serif-light;
    font-weight: normal;
    line-height: 1;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.heading-white {
    margin: 0;
    margin-bottom: 1.4rem;
    padding: 0;
    color: color('white');
    font-family: $font-family-sans-serif-light;
    font-weight: normal;
    line-height: 1;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.heading-error {
    @extend .heading-white;
    color: red;
}

.serif-header {
    font-family: $font-family-serif;
    color: color(primary);
}

.serif-yellow {
    // ID: h2
    color: color('secondary');
    font-family: $font-family-serif;
}


.item-card-heading {
    color: color('primary');
    font-family: $font-family-sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.item-body-small {
    font-size: 1.3rem;
    color: color('primary');
    font-family: $font-family-sans-serif;
}
