/* Theme Name: Garbuio Theme URI: http://www.garbuio.org.br Description: Garbuio Wordpress Version: 1.0 Author: Pática Comunicação Author URI: http://www.praticacomunicacao.com.br Author: Junior Souza Author URI: https://www.jsdev.website Tags: Garbuio, bootstrap */ @charset "UTF-8"; /* Imports */ @import "./_variables.scss"; @import "./_mixins.scss"; @import "./_hidding.scss"; @import "./_pace.scss"; @import "./_fonts.scss"; @import "./_components.scss"; /* Inicialização */ ::-moz-selection { background: $light-blue; color: $white; } ::selection { background: $light-blue; color: $white; } html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } html, body { width: 100%; height: auto; margin: 0; padding: 0; max-width: 100%!important; overflow-x: hidden!important; } body { counter-reset: section; } a { color: #000; text-decoration: none; outline: 0; &:hover { color: $light-blue; } } /* Titles */ h1, h2, h3, h4, h5, h6 { font-family: $font-default; } /* Header */ @import "./secoes/_header.scss"; /* Seções */ @import "./secoes/_home.scss"; @import "./secoes/_pagina_404.scss"; @import "./secoes/_pagina_single.scss"; @import "./secoes/_pagina_pages.scss"; /* Footer */ @import "./secoes/_footer.scss"; /* Responsive */ @import "./_responsive.scss";