@font-face {
    font-display: swap;
    font-style: normal;
    src: url("../public/fonts/Poppins-Bold.ttf");
    font-family: "Poppins";
    font-weight: 700;
  }
  @font-face {
    font-display: swap;
    font-style: normal;
    src: url("../public/fonts/Poppins-Regular.ttf");
    font-family: "Poppins";
    font-weight: 400;
  }
  @font-face {
    font-display: swap;
    font-style: normal;
    src: url("../public/fonts/Poppins-ExtraLight.ttf");
    font-family: "Poppins";
    font-weight: 300;
  }
  @font-face {
    font-display: swap;
    font-style: normal;
    src: url("../public/fonts/Poppins-Light.ttf");
    font-family: "Poppins";
    font-weight: 300;
  }
  @font-face {
    font-display: swap;
    font-style: normal;
    src: url("../public/fonts/Poppins-Medium.ttf");
    font-family: "Poppins";
    font-weight: 500;
  }
  @font-face {
    font-display: swap;
    font-style: normal;
    src: url("../public/fonts/Poppins-SemiBold.ttf");
    font-family: "Poppins";
    font-weight: 600;
  }
  