@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: block;
    src: url(./fonts/InterVariable.woff2) format("woff2");
}

@font-face {
    font-family: "Aileron";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(./fonts/Aileron-Regular.otf) format("opentype");
}

@font-face {
    font-family: "Aileron";
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url(./fonts/Aileron-Bold.otf) format("opentype");
}

@font-face {
    font-family: "Aileron";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(./fonts/Aileron-Black.otf) format("opentype");
}