@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('/static/theme/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('/static/theme/fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('/static/theme/fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('/static/theme/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('/static/theme/fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('/static/theme/fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Headers */
h1, h2, h3, h4, h5, button, .btn, th, thead td, b, label, strong, nav a{
    font-family: 'RobotoCondensed-Bold';
}
/* Other */
h6, p, a, li, td, small, form small a,  input, textarea, .flatpickr-calendar {
    font-family: 'RobotoCondensed-Regular';
}