@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-display: swap;
    font-style: normal;
    src: url("Poppins-Thin.ttf") format("truetype");
}

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

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