/*
 * Theme Name: Jupiter X
 *
 * The theme automatically generates RTL CSS. Add custom overrides here, if necessary.
 */

@font-face {
  font-family: "peydafont";
  src: url("/wp-content/fonts/woff2/PeydaWeb-Regular.woff2") format("woff2"),
       url("/wp-content/fonts/woff/PeydaWeb-Regular.woff") format("woff"),
	   url("/wp-content/fonts/eot/PeydaWeb-Regular.eot") format("eot");
	   font-weight: 200,300,400;
}
@font-face {
  font-family: "peydafont-bold";
  src: url("/wp-content/fonts/woff2/PeydaWeb-bold.woff2") format("woff2"),
       url("/wp-content/fonts/woff/PeydaWeb-bold.woff") format("woff"),
	   url("/wp-content/fonts/eot/PeydaWeb-bold.eot") format("eot");
	   font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {font-family:peydafont-bold}

