@font-face {
    font-family: 'Poppins';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: local("Poppins"), url("./Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: local("Roboto"), url("./Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Proxima nova';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: local("Proxima nova"), url("./ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: local("Helvetica Neue"), url("./helveticaneue.ttf") format("truetype");
}
