- /*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: 'Peyda'; /* A unique name for your font */
  src: url('fonts/400 (3).woff2') format('woff2'),
  font-weight: normal; /* Optional: specify the font's weight */
  font-style: normal; /* Optional: specify the font's style (e.g., italic) */
  font-display: swap; /* Optional: controls how the font loads and displays */

}

@font-face {
  font-family: 'Peyda'; /* A unique name for your font */
  src: url('fonts/500 (2).woff2') format('woff2'),
  font-weight: medium; /* Optional: specify the font's weight */
  font-style: medium; /* Optional: specify the font's style (e.g., italic) */
  font-display: swap; /* Optional: controls how the font loads and displays */
}

@font-face {
  font-family: 'Peyda'; /* A unique name for your font */
  src: url('fonts/700 (2).woff2') format('woff2'),
  font-weight: bold; /* Optional: specify the font's weight */
  font-style: bold; /* Optional: specify the font's style (e.g., italic) */
  font-display: swap; /* Optional: controls how the font loads and displays */
}


p, span, a, div, li, h1, h2, h3, h4, h5, h6{
	font-family: Peyda !important;
}