/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: red !important; }

@font-face{
 font-family:BYekan;
 font-style:normal;
 font-weight:900;
 src:
url(../css/BYekan.woff2) format("woff2"),
url(../css/BYekan.ttf) format("truetype");
}
body, body>*{
 font-family:BYekan, IRANSansF,Tahoma,sans-serif,Arial !important;
}