@font-face {
    font-family: 'poppins_bold';
    src: url('./Poppins-Bold.ttf') format('woff'),
        url('./Poppins-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_black';
    src: url('./MPLUSRounded1c-Black.woff2') format('woff'),
    url('./MPLUSRounded1c-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'poppins_light';
    src: url('../../assets/fonts/Poppins-Bold.ttf') format('woff'),
    url('../../assets/fonts/Poppins-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'poppins_medium';
    src: url('../../assets/fonts/Poppins-Bold.ttf') format('woff'),
    url('../../assets/fonts/Poppins-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'poppins_regular';
    src: url('./MPLUSRounded1c-Regular.woff') format('woff'),
    url('./MPLUSRounded1c-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'poppins_thin';
    src: url('./MPLUSRounded1c-Thin.woff') format('woff'),
    url('./MPLUSRounded1c-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'poppins_extra_bold';
    src: url('./MPLUSRounded1c-ExtraBold.woff') format('woff'),
    url('./MPLUSRounded1c-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }



.font-poppins-bold {
    font-family: 'poppins_bold';
}


.font-poppins-black {
    font-family: 'poppins_black';
}


.font-poppins-extra-bold {
    font-family: 'poppins_extra_bold';
}


.font-poppins-light {
    font-family: 'poppins_light';
}


.font-poppins-medium {
    font-family: 'poppins_medium';
}


.font-poppins-regular {
    font-family: 'poppins_regular';
}


.font-poppins-thin {
    font-family: 'poppins_thin';
}