/*
Theme Name: Avata
Description: Minimal WordPress starter theme with SCF flexible content, fluid type scale, and Tailwind CSS.
Version: 1.0.4
Text Domain: rmg-avata
Update URI: false
Author: Nabaraj Dhungel
Author URI: https://nabarajdhungel.com.np

*/

html,body{
    /* overflow-x: hidden; */
}

#wpadminbar{
    /* display: none; */
}

@media (width<640px){
    *{
        text-wrap: balance;
    }
}