/*
 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: 'IranNastaliq';
  src: url('fonts/IranNastaliq.ttf') format('truetype');
}
.logo-custom-title {
  font-family: 'IranNastaliq', serif;
  font-size: 1.5rem;
  color: #ff5a00;
  margin-right: 10px;
}

.header-main {
  position: sticky !important;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

header.site-header {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
