@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@600&display=swap');

body {
    font-family: 'Hind Siliguri', sans-serif;
    color: black;
    background: white;
    
  }

.hind-text {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 0;
    text-align: center;
}

html {
  scroll-behavior: smooth;
}


@tailwind base;
@tailwind components;
@tailwind utilities;
