/**
 * Font Family: Noto Serif Bengali
 * Designed by: Google Fonts
 * Designed for: Bengali Language Support
 * 
 * Noto Serif Bengali - Multiple weights and styles available
 *
 */

@font-face {
  font-family: 'Noto Serif Bengali';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif Bengali';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif Bengali';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif Bengali';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif Bengali';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif Bengali';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif Bengali';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif Bengali';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Serif Bengali';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

/* Variable Font Support */
@font-face {
  font-family: 'Noto Serif Bengali Variable';
  src: url('../fonts/Noto_Serif_Bengali/NotoSerifBengali-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
  font-style: normal;
}

/* CSS Variables */
:root {
  --font-noto-serif-bengali: 'Noto Serif Bengali', 'Hind Siliguri', sans-serif;
}

