/** =================== MONTSERRAT =================== **/


@font-face {
    font-family: "f-thin";
    font-weight: 100;
    font-style: normal;
    src: url("Poppins-Thin.ttf") format('truetype') !important;

}

@font-face {
    font-family: "f-xlight";
    font-weight: 200;
    font-style: normal;
    src: url("Poppins-ExtraLight.ttf") format('truetype') !important;
}


@font-face {
    font-family: "f-light";
    font-weight: 300;
    font-style: normal;
    src: url("Poppins-Light.ttf") format('truetype') !important;
}


@font-face {
    font-family: "f-regular";
    font-weight: 400;
    font-style: normal;
    src: url("Poppins-Regular.ttf") format('truetype') !important;
}


@font-face {
    font-family: "f-medium";
    font-weight: 500;
    font-style: normal;
    src: url("Poppins-Medium.ttf") format('truetype') !important;
}


@font-face {
    font-family: "f-bold";
    font-weight: 700;
    font-style: normal;
    src: url("Poppins-Bold.ttf") format('truetype') !important;
}

@font-face {
    font-family: "f-xbold";
    font-weight: 800;
    font-style: normal;
    src: url("Poppins-ExtraBold.ttf") format('truetype') !important;
}

@font-face {
    font-family: "f-black";
    font-weight: 900;
    font-style: normal;
    src: url("Poppins-Black.ttf") format('truetype') !important;
}
