/**
* Theme Name: Atlas Child
* Description: This is a child theme of Atlas.
* Author: tmrwstudio
* Template: atlas
* Version: 1.0
*/

@font-face {
    font-family: 'IRANYekanXVF';
    src: url('fonts/IRANYekanXVF.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('fonts/IRANYekanXVF.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}

body,p,h1,h2,h3,h4,h5,h6,.posts-archive .post-item,.meta-item{
    font-family:IRANYekanXVF !important;
}
html ,body{
    overflow-x: hidden !important;
}