/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

#wp-admin-bar-clearfy-menu {display:none!important}

/*Подключаем армянские шрифты GHEA Grapalat*/
@font-face {
    font-family: 'GHEA Grapalat';
    src: local('GHEA Grapalat Bold'), local('GHEAGrapalat-Bold'),
        url('fonts/GHEAGrapalat-Bold.woff2') format('woff2'),
        url('fonts/GHEAGrapalat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GHEA Grapalat';
    src: local('GHEA Grapalat'), local('GHEAGrapalat'),
        url('fonts/GHEAGrapalat.woff2') format('woff2'),
        url('fonts/GHEAGrapalat.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*Замена шрифтов в армянской версии сайта*/
body:lang(hy),h1:lang(hy),h2:lang(hy),h3:lang(hy),h4:lang(hy),h5:lang(hy),h6:lang(hy),p:lang(hy),html:lang(hy){
    font-family: 'GHEA Grapalat',sans-serif!important
}
html:lang(hy) {
    font-size: 15px;
    line-height: 26px
}