:root {
    --color-accent: #e16638;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
}

.graph {
    width: 100%;
    height: 500px;
}

.rotate-45-down {color:#E8530E;}
.rotate-45-up {color:#8CA501;}

.title-group {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.title-group .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.title-group .subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 0.25rem;
    margin-bottom: 0;
    color: var(--color-accent);
}

.small-block {
    width: 26px;
    height: 7px;
    background-color: var(--color-accent);
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
    bottom: -1.1rem;
}

.main-title {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 2rem;
}

i.rotate-45-up {
    transform: rotate(-45deg);
}
i.rotate-45-down {
    transform: rotate(45deg);
}

.ranking-success {
    background-color:#8CA501 !important;
}

.ranking-warning {
    background-color:#FFFF00 !important;
}

.ranking-secondary {
    background-color:#999999 !important;
}
