/* Manrope */

@font-face {
    font-family: "Manrope";
    src: url("Manrope-Thin.woff"),
        url("Manrope-Thin.woff2");
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("Manrope-Light.woff"),
        url("Manrope-Light.woff2");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("Manrope-Regular.woff"),
        url("Manrope-Regular.woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("Manrope-Medium.woff"),
        url("Manrope-Medium.woff2");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("Manrope-Semibold.woff"),
        url("Manrope-Semibold.woff2");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("Manrope-Bold.woff"),
        url("Manrope-Bold.woff2");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("Manrope-ExtraBold.woff"),
        url("Manrope-ExtraBold.woff2");
    font-weight: 800;
    font-display: swap;
}