@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'normal';
    src: url("Poppins-Regular.ttf");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'normal';
    src: url("Poppins-Medium.ttf");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'normal';
    src: url("Poppins-SemiBold.ttf");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'normal';
    src: url("Poppins-Bold.ttf");
}
