@font-face {
    font-family: "Avenir";
    src: url("./fonts/Avenir-Black.ttf") format("truetype");
    font-display: swap;
    font-weight: 900;
}

@font-face {
    font-family: "Avenir";
    src: url("./fonts/Avenir-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: 400 600;
}

@font-face {
    font-family: "Avenir";
    src: url("./fonts/Avenir-Light.ttf") format("truetype");
    font-display: swap;
    font-weight: 100 300;
}

@font-face {
    font-family: "Avenir";
    src: url("./fonts/Avenir-Heavy.ttf") format("truetype");
    font-display: swap;
    font-weight: 700 800;
}