@font-face {
    font-family: 'Blinker';
    src: url('../fonts/Blinker-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('../fonts/Blinker-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('../fonts/Blinker-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Blinker', sans-serif;
    font-weight: 400;
    color: var(--bs-primary);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Blinker', sans-serif;
    font-weight: 700;
}

.subtitle, h5, h6 {
    font-weight: 600;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main.flex-grow-1 {
    flex: 1;
}

footer {
    width: 100%;
    box-sizing: border-box;
}

.text-justify {
    text-align: justify;
}

.nav-link-active {
    text-decoration: underline;
    text-decoration-color: #e05e10;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.kpi-separator {
    width: 3px;
    background-color: var(--bs-warning);
    flex-shrink: 0;
}

.kpi-separator-h {
    width: 80px;
    border: none;
    border-top: 3px solid var(--bs-warning);
    opacity: 1;
    margin: 0;
}

.value-card {
    border-left: 4px solid var(--bs-warning);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}

.text-highlight {
    text-decoration: underline;
    text-decoration-color: var(--bs-warning);
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
}