/*
 Template:     woodmart
*/
@font-face {
    font-display: swap;
    font-family: "iransans";
    src: url("./font/2.woff2") format('woff2'), url("./font/1.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}
.wd-entry-content{
	font-family: "iransans";
	direction: rtl;
}
.wd-entry-content h2 strong{
	font-size:24px
}
.wd-entry-content strong{
font-family: "iransans";
  font-size: 16px;
  font-weight: 600;
}
.wd-entry-content p{
	font-family: "iransans";
	    text-align: justify;
  color: #000 !important;
  font-size: 16px;
  line-height: 32px;
}
.wd-entry-content p a strong{
	font-family: "iransans";
	color: rgb(208,2,27); 
	font-size: 16px;
}	




.uagb-button__wrapper a {
	
border-radius: 5px !important;
	  color: #fff !important;
	  box-shadow: none !important;
	  background-color: rgb(242,213,67) !important;
	  font-weight: 600 !important;
	  line-height: 0 !important;
	  gap: 0 !important;
	  height: 36px !important;
	  padding: 5px 14px !important;
	  font-size: 12px !important;
	  text-transform: uppercase !important;
	  min-height: unset !important;
	  position: relative !important;
}
.uagb-button__wrapper a:hover{
		background-color: rgb(208, 2, 27) !important;
		box-shadow:none;
}
.uagb-button__wrapper a .uagb-button__link{
	    padding: 5px 14px;
    min-height: 29px !important;
    font-size: 12px;
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    transition: transform .25s ease, opacity .15s ease;
}
.uagb-button__wrapper a:hover .uagb-button__link {
    transform: translateY(-100%) translateZ(0);
}
.uagb-button__wrapper a::before {
    position: absolute;
    inset: 0;
	color:#fff;
    display: flex; 
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    transition: opacity .15s 
ease, transform .25s 
ease;
    transform: translateY(100%);
    content: "\f123";
    font-family: "woodmart-font";
}
.uagb-button__wrapper a:hover::before {
    transform: translateY(0) translateZ(0);
}