/* Custom Brand Colors */
:root {
  --color-brand-primary: #dc2626;
  --color-brand-secondary: #0f172a;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom styles for Bengali fonts */
[lang="bn"] {
  font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif;
}
