@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    font-family: "Inter", sans-serif;
}

@media screen and (max-width:576px) {
    table td,
    table th{
        font-size: 12px;
    }
}


@media screen and (max-width: 576px) {
    .goldRateTable td, .goldRateTable th {   width: 33.3%;  }
    .goldRateTableCity { width:25%!important;  }
}

.canvasjs-chart-credit{
    display: none;
 }

