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

@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Uncage";
    src: local("Uncage Regular"), local("Uncage-Regular"),
    url("/fonts/UNCAGE-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Uncage";
    src: local("Uncage Medium"), local("Uncage-Medium"),
    url("/fonts/UNCAGE-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Uncage";
    src: local("Uncage Bold"), local("Uncage-Bold"),
    url("/fonts/UNCAGE-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Uncage";
    src: local("Uncage Semibold"), local("Uncage-Semibold"),
    url("/fonts/UNCAGE-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}