@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'),
         url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'),
         url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'),
         url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
         url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'),
         url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-display: swap;
  }