/*
 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: 'Bahij TheSansArabic Plain';
    src: url('fonts/BahijTheSansArabic-Plain.woff2') format('woff2'),
        url('fonts/BahijTheSansArabic-Plain.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('fonts/BahijTheSansArabic-Bold.woff2') format('woff2'),
        url('fonts/BahijTheSansArabic-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.dl {
    margin: 20px 10px;
    background-color: #1b222d;
    padding: 10px 15px;
    font-size: 1.2em;
    display: inline-block;
    color: white;
    border-radius: 15px;
    line-height: 20px;
    min-width: 150px;
}
.dl a {
    color: white;

}
.dl a:hover {
    color: #1b222d;

}

body, h1, h2, h3, h4, h5, h6, header { 
  font-family: 'Bahij TheSansArabic Plain'!important;
}