body { font-family: 'Manrope-Regular'; }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { font-family: 'Manrope-Bold'; }

/*Manrope fonts*/
@font-face {
  font-family: 'Manrope-Bold';
  src: url('../../Contents/Assets/fonts/Manrope/Manrope-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope-ExtraBold';
  src: url('../../Contents/Assets/fonts/Manrope/Manrope-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope-ExtraLight';
  src: url('../../Contents/Assets/fonts/Manrope/Manrope-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope-Light';
  src: url('../../Contents/Assets/fonts/Manrope/Manrope-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope-Medium';
  src: url('../../Contents/Assets/fonts/Manrope/Manrope-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope-Regular';
  src: url('../../Contents/Assets/fonts/Manrope/Manrope-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope-SemiBold';
  src: url('../../Contents/Assets/fonts/Manrope/Manrope-SemiBold.ttf') format('truetype');
}