.text-center {
    text-align: center !important;
}
.text-prim-color, .text-prim-color a {
    color: var(--color-main-font);
}
.text-prim-color a:hover {
    color: var(--color-main-font-hover);
}
.text-alt-color, .text-alt-color a {
    color: var(--color-main-alt-font) !important;
}
.text-alt-color a:hover {
    color: var(--color-main-alt-font-hover);
}

.hide-link-decoration {
    text-decoration: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 { 
    font-family: var(--font-primary); 
    font-weight: 400; 
    margin-bottom: 15px; 
    line-height: 1.3; }

h1, .h1 { font-size: 2.375rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.625rem; }
h4, .h4 { font-size: 1.375rem; }
h5, .h5 { font-size: 1.05rem; }

/* Titles */
.title-largest { font-size: 2.5rem; }
.title-larger { font-size: 2rem; }
.title-large { font-size: 1.75rem; }
.title { font-size: 1.5rem; }
.title-small { font-size: 1.25rem; }
.title-smaller { font-size: 1rem; }
.title-smallest { font-size: .875rem; }

/* Text */
.text-normal { font-size: 1rem; }
.text-big { font-size: 1.125rem; }
.text-huge { font-size: 2.5rem; }

/* Box titles */
.boxtitle-medium { font-size: 1.25rem;}
.boxtitle-small { font-size: 1.25rem; }

/* Small text */
.smalltext { font-size: 1rem; }
.smalltitle { font-size: 1.125rem; }

/* Utility font sizes */
.fontsize-largest { font-size: 1.75rem; }
.fontsize-larger { font-size: 1.5rem; }
.fontsize-large { font-size: 1.25rem; }
.fontsize-normal { font-size: 1rem; }
.fontsize-small { font-size: 0.875rem; }
.fontsize-smaller { font-size: 0.75rem; }

/* Font weights */
.font-heavy { font-weight: 900; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.font-regular { font-weight: 400; }
.font-light { font-weight: 300; }

/* ≥ 992px */
@media only screen and (min-width: 992px) {
    h1, .h1 { font-size: 2.5rem; }
    h2, .h2 { font-size: 2rem; }
    h3, .h3 { font-size: 1.75rem; }
    h4, .h4 { font-size: 1.5rem; }

    .title-largest { font-size: 3.125rem; }
    .title-larger { font-size: 2.5rem; }
    .title-large { font-size: 2rem; }
    .title { font-size: 1.75rem; }
    .title-small { font-size: 1.5rem; }

    .text-huge { font-size: 3.125rem; }

    .boxtitle-medium { font-size: 1.375rem; }
    .boxtitle-small { font-size: 1.375rem; }

    .smalltext { font-size: 1.125rem; }
    .smalltitle { font-size: 1.25rem; }

    .fontsize-lg-largest { font-size: 1.75rem; }
    .fontsize-lg-larger { font-size: 1.5rem; }
    .fontsize-lg-large { font-size: 1.25rem; }
    .fontsize-lg-normal { font-size: 1rem; }
    .fontsize-lg-small { font-size: 0.875rem; }
    .fontsize-lg-smaller { font-size: 0.75rem; }
}
