@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html[lang="ta"] h1,
html[lang="ta"] h2,
html[lang="ta"] h3,
html[lang="ta"] h4,
html[lang="ta"] h5,
html[lang="ta"] h6,
html[lang="ta"] p,
html[lang="ta"] span,
html[lang="ta"] a
{
    overflow-wrap: anywhere;
    word-break: normal;
}
/* Remove margin-end for Tamil navbar items */
html[lang="ta"] .navbar-nav .nav-item.me-3 {
    margin-right: 0 !important;
}
@media (max-width: 576px) {
    html[lang="ta"] .cta-badges span.badge,
    html[lang="ta"] .cta-badges span.badge span,
    html[lang="ta"] .cta-badges span.badge span.material-icons {
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }
}