@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300; /* Light */
  font-display: swap;
  src: url('./Hind-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400; /* Regular */
  font-display: swap;
  src: url('./Hind-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500; /* Medium */
  font-display: swap;
  src: url('./Hind-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600; /* SemiBold */
  font-display: swap;
  src: url('./Hind-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700; /* Bold */
  font-display: swap;
  src: url('./Hind-Bold.ttf') format('truetype');
}