/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@font-face {
    font-family: "Fira";
    font-style: normal;
    font-weight: 200;
    src: local('Fira text Regular'), url('fonts/FiraMono-Regular.ttf') format('ttf');
}


@font-face {
    font-family: "Fira";
    font-style: normal;
    font-weight: 400;
    src: local('Fira text Light'), url('fonts/FiraMono-Medium.ttf') format('ttf');
}

@font-face {
    font-family: "Fira";
    font-style: normal;
    font-weight: 700;
    src: local('Fira text Bold'), url('fonts/FiraMono-Bold.ttf') format('ttf');
}


/*///////////////////////////////////////////////////////////////////////////////////*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, a, strong, .widget-title, .textwidget, .woocommerce-MyAccount-navigation-link, button,
table, div.wpforms-container-full .wpforms-form .wpforms-field-label {
    /*font-family: "Fira" !important;*/
}

h1 {
    font-weight: 800 !important;
    font-size: 72px !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

img {
    border-radius: 16px;
}

.header-bold {
    color: #95010a;
}

.blog-design-masonry.blog-style-bg .wd-post-content {
    background-color: #1a2332!important;
}

.wd-post-cat > a {
    color: #373636!important;
}

#blogHeaderDiv {
    height: 400px;
}

#blogHeaderDiv h4 {

}

.btn-color-primary {
    color: #352f2f;
}