@font-face {
    font-family: 'PoppinsRegular';
    src: url('/static/theme/fonts/Montserrat-Regular.woff2') format('woff2'), url('/static/theme/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('/static/theme/fonts/Montserrat-Medium.woff2') format('woff2'), url('/static/theme/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('/static/theme/fonts/Montserrat-Bold.woff2') format('woff2'), url('/static/theme/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('/static/theme/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('/static/theme/fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, #services a{
    font-family: 'PoppinsBold';
    letter-spacing: -.3px;
}
h5, b, a, strong, label, thead td, button, .btn1, .btn2, .btn3, #shop aside span{
    font-family: 'PoppinsSemiBold';
    letter-spacing: -.3px;
}
h6, nav .dropup-content a, address{
    font-family: 'PoppinsMedium';
    letter-spacing: -.3px;
}
p, li, small, small a, input, textarea, th, td, .contact a,.piece{
    font-family: 'PoppinsRegular';
    letter-spacing: -.3px;
}