/*
Theme Name: Inject Center
Theme URI: https://injectcenter.com.br
Author: Agência Ipense
Author URI: https://wa.me/5514996170418
Description: Theme wordpress Inject Center
Version: 1.0
Text Domain: selectclean
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
*{
box-sizing:border-box;
font-family: 'Titillium Web', sans-serif;
outline:0;
border:0;
padding:0;
margin:0;
}
body, html{
padding:0;
margin:0;
font-family: 'Titillium Web', sans-serif;
height: 100%;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Titillium Web', sans-serif;
font-weight:700;
}
p, span{
font-family: 'Titillium Web', sans-serif;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select{
outline: 0 !important;
border:0;
text-decoration: none;
}