@font-face
{
    font-family: Latha;
    font-weight:400;
    src: url('fonts/Latha.ttf');
    unicode-range: U+00-FF, U+980-9FF;
}
html[lang="ta-IN"] {
    font-size: 18px;
}
body.ta-IN {
    font-family: 'Noto Sans Tamil', sans-serif;
    margin: 0;
    padding: 0;
}
