@font-face {
    font-family: "Montserrat";
    src: url(./montserrat/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(./montserrat/Montserrat-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(./montserrat/Montserrat-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(./montserrat/Montserrat-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}