@font-face {
    font-family: 'RingsideNarrowW05-Bold';
    src: url('../fonts/RingsideNarrowW05-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RingsideNarrowW05-Book';
    src: url('../fonts/RingsideNarrowW05-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TIAAChallenger-Semibold';
    src: url('../fonts/TIAAChallenger-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* Override body font family to use these local fonts */
body {
    font-family: 'RingsideNarrowW05-Book', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .display-4 {
    font-family: 'TIAAChallenger-Semibold', sans-serif !important;
}

.bold-text {
    font-family: 'RingsideNarrowW05-Bold', sans-serif !important;
}
