@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Bold.ttf');
  src: local('Poppins Bold'), local('Poppins-Bold'),
    url('Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-SemiBold.ttf');
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
    url('Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Medium.ttf');
  src: local('Poppins Medium'), local('Poppins-Medium'),
    url('Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Regular.ttf');
  src: local('Poppins Regular'), local('Poppins-Regular'),
    url('Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Light.ttf');
  src: local('Poppins Light'), local('Poppins-Light'),
    url('Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('Manrope-Bold.ttf');
  src: local('Manrope Bold'), local('Manrope-Bold'),
    url('Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('Manrope-SemiBold.ttf');
  src: local('Manrope SemiBold'), local('Manrope-SemiBold'),
    url('Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('Manrope-Medium.ttf');
  src: local('Manrope Medium'), local('Manrope-Medium'),
    url('Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('Manrope-Regular.ttf');
  src: local('Manrope Regular'), local('Manrope-Regular'),
    url('Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('Manrope-Light.ttf');
  src: local('Manrope Light'), local('Manrope-Light'),
    url('Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}