@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 300;
    src: url("Unbounded-Light.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 400;
    src: url("Unbounded-Regular.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 600;
    src: url("Unbounded-SemiBold.ttf") format("truetype");
}