body {
        padding-top: 60px;
            font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
            font-size: 1rem;
            line-height: 1.2;
    }

.card {
    border-radius: 0.75rem;
}

.fun-callout,
.chart-title{
    font-family: "Patrick Hand", cursive;
    font-weight: 700;
}
.team-title{
    font-family: "Patrick Hand", cursive;
    font-size:1.3rem;
    font-weight: 500;
}
.team-title-table{
    font-family: "Patrick Hand SC", cursive;
    font-size:0.9rem;
    font-weight: 50;
    text-align: center;
}
#team-detail-map {
        height: 260px;
        width: 100%;
        border-radius: 0.375rem;
        border: 1px solid #dee2e6;
    }

    @media (min-width: 800px) {
        #team-detail-map {
            height: 220px;
        }
    }

.table {
    font-size: 0.8rem;
}




