/*
 Theme Name: Astra Child (by Soroush)
 Theme URI: https://example.com/
 Description: A clean child theme for Astra.
 Author: Soroush Jam
 Author URI: https://example.com/
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child
*/

/* Your custom CSS goes below */
@font-face {
    font-family: 'iran';
    src: url(fonts/IRAN.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alibaba';
    src: url(fonts/Alibaba-Regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: alibaba;
}
body .ast-above-header.ast-above-header-bar {
    background-color: #f6d916;!important;
}
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
    width: 300px;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header {

    flex-direction: row-reverse;
}


