@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    src: url('../font/Montserrat/Montserrat-thin.ttf') format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    src: url('../font/Montserrat/Montserrat-ExtraLight.ttf') format('truetype')
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url('../font/Montserrat/Montserrat-Light.ttf') format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    src: url('../font/Montserrat/Montserrat-Regular.ttf') format('truetype')
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url('../font/Montserrat/Montserrat-Medium.ttf') format('truetype')
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url('../font/Montserrat/Montserrat-SemiBold.ttf') format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    src: url('../font/Montserrat/Montserrat-Bold.ttf') format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: url('../font/Montserrat/Montserrat-ExtraBold.ttf') format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: url('../font/Montserrat/Montserrat-Black.ttf') format('truetype')
}

