
@font-face {
    font-family: 'Gotham Book';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Book'), url('../fonts/GOTHAMBOOK.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Bold'), url('../fonts/GothamBold.woff') format('woff');
}


@font-face {
    font-family: 'Lottle Parperfang';
    font-style: normal;
    font-weight: normal;
    src: local('Lottle Parperfang'), url('../fonts/lottepaperfang.ttf');
}

@font-face {
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham-Book'), url('../fonts/GothamBook.otf') format('otf');
}

@font-face {
    font-family: 'Gotham-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham-Bold'), url('../fonts/GothamBold.otf') format('otf');
}

body,label,div span:not([class*="arrow"]):not([class*="fa"]),h1,h2,h3,h4,h5,h6,input,select,option,a,li,ul,td,tr {
    font-family: 'Montserrat', 'Gotham-Book', 'Gotham-Bold', 'Arial' !important;

}



