@font-face {
    font-family: "Kallisto";
    src: url("./fonts/Kallisto-Light-iF66729ea8b4a28.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "Kallisto";
    src: url("./fonts/Kallisto-Medium-iF66729ea8a93dc.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Kallisto";
    src: url("./fonts/Kallisto-Bold-iF66729ea8c9709.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "Kallisto";
    src: url("./fonts/Kallisto-Heavy-iF66729ea8bf4a4.otf") format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: "Manrope";
    src: url("./fonts/Manrope-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
}

.font-kallisto {
    font-family: "Kallisto", sans-serif;
}

.font-manrope {
    font-family: "Manrope", sans-serif;
}
