@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: gotham-light;
  src:url('../fonts/GothamLight.eot');
  src:url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/GothamLight.ttf') format('truetype'), 
	  url('../fonts/GothamLight.woff') format('woff'),
	  url('../fonts/GothamLight.svg') format('svg');
}
@font-face {
  font-family: gotham-medium;
  src:url('../fonts/GothamMedium.eot');
  src:url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/GothamMedium.ttf') format('truetype'), 
	  url('../fonts/GothamMedium.woff') format('woff'),
	  url('../fonts/GothamMedium.svg') format('svg');
}
@font-face {
  font-family: gotham-bold;
  src:url('../fonts/GothamBold.eot');
  src:url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/GothamBold.ttf') format('truetype'), 
	  url('../fonts/GothamBold.woff') format('woff'),
	  url('../fonts/GothamBold.svg') format('svg');
}
@font-face {
  font-family: gotham-book;
  src:url('../fonts/GothamBook.eot');
  src:url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/GothamBook.ttf') format('truetype'), 
	  url('../fonts/GothamBook.woff') format('woff'),
	  url('../fonts/GothamBook.svg') format('svg');
}
.gotham-light{
	font-family: gotham-light;
}
.gotham-medium{
	font-family: gotham-medium;
}
.gotham-bold{
	font-family: gotham-bold;
}
.gotham-book{
	font-family: gotham-book;
}

.anek-malayalam-regular {
  font-family: "Anek Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.anek-malayalam-medium {
  font-family: "Anek Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.anek-malayalam-bold {
  font-family: "Anek Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}