/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@import url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap');

@font-face {
    font-family: 'Gulzar';
    src: url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap') format('woff2'), /* Add other formats if needed */
         url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap') format('woff');
    font-weight: normal;
    font-style: normal;
}

table tr td {
    font-family: 'Gulzar'!important;
	text-align: right !important;
	direction :rtl;
}