@font-face {
    font-family: 'montserrat-italic';
    src: url('/fonts/montserrat-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'montserrat-extralight';
    src: url('/fonts/montserrat-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-light';
    src: url('/fonts/montserrat-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('/fonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('/fonts/montserrat-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-semibold';
    src: url('/fonts/montserrat-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('/fonts/montserrat-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-extrabold';
    src: url('/fonts/montserrat-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-black';
    src: url('/fonts/montserrat-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body{
    font-family: 'Montserrat';
}
    h1{
        font-family: 'Montserrat';
        font-weight: 800;
    }
        h2{
            font-family: 'Montserrat';
            font-weight: 600;
        }
            h3{
                font-family: 'Montserrat';
                font-weight: 600;
            }
                h4{
                    font-family: 'Montserrat';
                    font-weight: 600;
                }


.qx-navbar-nav>li>a{
    font-family: 'Montserrat';
    text-transform: capitalize;
}         

.footer a, .footer a:hover{
    color: white;
}