/* akshar-500 - latin */
@font-face {
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/akshar-v5-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/akshar-v5-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/akshar-v5-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/akshar-v5-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/akshar-v5-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/akshar-v5-latin-500.svg#Akshar') format('svg'); /* Legacy iOS */
}

/* akshar-regular - latin */
@font-face {
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/akshar-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/akshar-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/akshar-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/akshar-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/akshar-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/akshar-v5-latin-regular.svg#Akshar') format('svg'); /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/inter-v12-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}
/* meow-script-regular - latin */
@font-face {
  font-family: 'Meow Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/meow-script-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/meow-script-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/meow-script-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/meow-script-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/meow-script-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/meow-script-v5-latin-regular.svg#MeowScript') format('svg'); /* Legacy iOS */
}


body, HTML{
  font-family: 'Inter', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5vw;
}
h1 {
	font-family: 'Akshar', sans-serif;
	font-size: 3.5vw;
}
h2{
  font-family: 'Akshar', sans-serif;
  font-size: 2.5vw
}
h3 {
	font-family: 'Inter',sans-serrif;
	font-weight: 700;
	font-size: 1vw;
}
h4 {
	font-size: 0.8vw;
}
h5 {
	font-size: 1vw;
}