@font-face {
  font-family: 'bootstrap-icons';
  src: url('${contextroot}/static/fonts/bootstrap-icons.eot?');
  src: url('${contextroot}/static/fonts/bootstrap-icons.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('${contextroot}/static/fonts/bootstrap-icons.woff2?v=4.6.3') format('woff2'), url('${contextroot}/static/fonts/bootstrap-icons.woff?v=4.6.3') format('woff'), url('${contextroot}/static/fonts/bootstrap-icons.ttf?v=4.6.3') format('truetype'), url('${contextroot}/static/fonts/bootstrap-icons.svg?v=4.6.3#bootstrap-iconsegular') format('svg'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sakal Marathi';
  src: url('${contextroot}/static/fonts/SakalMarathi-Normal.woff') format('woff'),
       url('${contextroot}/static/fonts/SakalMarathi-Normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('${contextroot}/static/fonts/Poppins-Regular.woff2') format('woff2'),
       url('${contextroot}/static/fonts/Poppins-Regular.woff') format('woff'),
       url('${contextroot}/static/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Poppins';
  src: url('${contextroot}/static/fonts/Poppins-Bold.woff2') format('woff2'),
       url('${contextroot}/static/fonts/Poppins-Bold.woff') format('woff'),
       url('${contextroot}/static/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold */
@font-face {
  font-family: 'Poppins';
  src: url('${contextroot}/static/fonts/Poppins-ExtraBold.woff2') format('woff2'),
       url('${contextroot}/static/fonts/Poppins-ExtraBold.woff') format('woff'),
       url('${contextroot}/static/fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'Poppins';
  src: url('${contextroot}/static/fonts/Poppins-Black.woff2') format('woff2'),
       url('${contextroot}/static/fonts/Poppins-Black.woff') format('woff'),
       url('${contextroot}/static/fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Devanagari';
  src: url('${contextroot}/static/fonts/NotoSansDevanagari-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}  
body{
	font-family: 'Sakal Marathi', 'Noto Sans Devanagari', sans-serif;
}
hr{
	padding:0px;
	margin:0px;
}

p{
	line-height: 2;
  }

.pageHeadContent{
	font-family: 'Poppins', 'Mangal', 'Arial Unicode MS', 'Arial', 'sans-serif'; 
	padding:0px 20px 0px 20px; 
	line-height:1.5; 
	color:#404040;
}
