/*
Theme Name: Barba de Rei
Theme URI: https://barbaderei.com.br
Author: Agência I9 Criações
Author URI: https://i9criacoes.com.br
Description: Theme wordpress Barba de Rei
Version: 1.0
Text Domain: barbaderei
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
@font-face {
    font-family: 'Gotham';
    src: url('fontes/gothambold-webfont.woff2') format('woff2'),
         url('fontes/gothambold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fontes/gothamlight-webfont.woff2') format('woff2'),
         url('fontes/gothamlight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('fontes/gothammedium-webfont.woff2') format('woff2'),
         url('fontes/gothammedium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
*{
box-sizing:border-box;
font-family: 'Open Sans', sans-serif;
outline:0;
border:0;
padding:0;
margin:0;
}
body, html{
padding:0;
margin:0;
font-family: 'Gotham', sans-serif;
height: 100%;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Gotham', sans-serif;
font-weight:700;
}
p, span{
font-family: 'Gotham', 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;
}