body {
    font-family: 'Istok Web', sans-serif;
}
html {
    font-size:20px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0; margin-bottom: 20px; padding: 10px 0; font-weight: 700; }
h1 {
    font-size:2rem;
}
h2 {
    font-size:1.8rem;
}
h3 {
    font-size:1.6rem;
}
h4 {
    font-size:1.4rem;
}
h5 {
    font-size:1.2rem;
}
h6 {
    font-size:1rem;
}
p, a, label, input {
    font-size: 0.8rem;
}

.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
*.tipografia2 {
    font-family: 'Tahoma', sans-serif;
}
.white {
    color: white;
}