/* FONTS
================================================== */


@font-face {
  font-family: Acumin;
  src: url('fonts/Acumin/AcuminPro-Regular.woff2') format('woff2'),
       url('fonts/Acumin/AcuminPro-Regular.woff') format('woff'),
       url('fonts/Acumin/AcuminPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Acumin;
  src: url('fonts/Acumin/AcuminPro-Italic.woff2') format('woff2'),
       url('fonts/Acumin/AcuminPro-Italic.woff') format('woff'),
       url('fonts/Acumin/AcuminPro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: Acumin;
  src: url('fonts/Acumin/AcuminPro-Bold.woff2') format('woff2'),
       url('fonts/Acumin/AcuminPro-Bold.woff') format('woff'),
       url('fonts/Acumin/AcuminPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Acumin;
  src: url('fonts/Acumin/AcuminProCond-Light.woff2') format('woff2'),
       url('fonts/Acumin/AcuminProCond-Light.woff') format('woff'),
       url('fonts/Acumin/AcuminProCond-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: Acumin;
  src: url('fonts/Acumin/AcuminPro-Light.woff2') format('woff2'),
       url('fonts/Acumin/AcuminPro-Light.woff') format('woff'),
       url('fonts/Acumin/AcuminPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Acumin;
  src: url('fonts/Acumin/AcuminProCond-Medium.woff2') format('woff2'),
       url('fonts/Acumin/AcuminProCond-Medium.woff') format('woff'),
       url('fonts/Acumin/AcuminProCond-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: Acumin;
  src: url('fonts/Acumin/AcuminProCond-Bold.woff2') format('woff2'),
       url('fonts/Acumin/AcuminProCond-Bold.woff') format('woff'),
       url('fonts/Acumin/AcuminProCond-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}




@font-face {
	font-family: Begum;
	src: url(fonts/Begum/Begum-Regular.otf);
}



@font-face {
	font-family: Hello-beautiful;
	src: url(fonts/hello-beautiful.otf) ;
}


@font-face {
	font-family: Peace Sans;
	src: url('fonts/Peace-Sans/Peace-Sans.otf') format('opentype');
}

@font-face {
	font-family: Poppins BOLD;
	src: url('fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
	font-family: Poppins REGULAR;
	src: url('fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}
