@font-face {
  font-family: 'AntonLocal';
  src: url('/fonts/AntonRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* English → Anton */
.lang-en .headline {
  font-family: 'AntonLocal', sans-serif;
  letter-spacing: 0.5px;
}

/* Marathi → Poppins */
.lang-mr .headline {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
