@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: gotham-light;
  font-display:block;
  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;
  font-display:block;
  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;
  font-display:block;
  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;
  font-display:block;
  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,arial,sans-serif;
}
.gotham-medium{
	font-family: gotham-medium,arial,sans-serif;
}
.gotham-bold{
	font-family: gotham-bold,arial,sans-serif;
}
.gotham-book{
	font-family: gotham-book,arial,sans-serif;
}

/*
@font-face {
    font-family: 'Anek Malayalam';
    src: url('../fonts/AnekMalayalam-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anek Malayalam';
    src: url('../fonts/AnekMalayalam-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anek Malayalam';
    src: url('../fonts/AnekMalayalam-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
.anek-malayalam-regular {
  font-family: "Anek Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.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;
}