@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
}

h1, h2, h3,{
    font-family: 'Times New Roman', Times, serif !important;
    font-weight: 400 !important;
}

 h4, h5, h6 {
    font-family: 'Inter', Times, serif !important;
    font-weight: 500 !important;
}