* {
    font-family: "Source Serif 4", serif;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.container {
    max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Franklin", sans-serif;
}

footer {
    background-color: #C6C6C6;
}

.footer-text {
    font-family: "Libre Franklin", sans-serif;
    color: white;
    font-size: 1.5rem;
    max-width: 800px;
}

/* other styles */
.status-badge {
    font-size: 0.8rem;
}

.metric-card {
    border-left: 4px solid rgb(108, 117, 125);
}

.metric-card.stock {
    border-left-color: #28a745;
}

.metric-card.forecast {
    border-left-color: #ffc107;
}

.metric-card.status {
    border-left-color: #dc3545;
}

.country-card {
    transition: transform 0.2s;
}

.country-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: bold;
}

.latest-data {
    font-size: 0.9rem;
    color: #6c757d;
}