@font-face {
    font-family: "Poppins-thin";
    src: url('./ttf/Poppins-Light.ttf') format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins-regular";
    src: url('./ttf/Poppins-regular.ttf') format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins-medium";
    src: url('./ttf/Poppins-SemiBold.ttf') format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins-semiBold";
    src: url('./ttf/Poppins-Medium.ttf') format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins-medium-italic";
    src: url('./ttf/Poppins-medium-italic.ttf') format("opentype");
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Poppins-bold";
    src: url('./ttf/Poppins-bold.ttf') format("opentype");
    font-style: normal;
    font-display: swap;
}
  