/**
 * Theme Name: smartsign
 * Template: hd
 * Author: Gaudev
 * Author URI: https://webhd.vn
 * Requires PHP: 8.2
 * Version: 1.0 Alpha
 * Text Domain: smartsign
 * Domain Path: /languages
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6){
   
}
.widget_polylang{

}
.widget_polylang ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    grid-gap: 8px;
}
.widget_polylang ul li{

}
.widget_polylang ul li a{
    width: 25px;
    height: auto;
}
.widget_polylang ul li a img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.single-post .content article img{
    width: auto;
    height: auto;
}