@import url(https://fonts.googleapis.com/css?family=Noticia+Text:400,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,700&subset=latin,vietnamese);
// @do: #D93030;
// @vang: #e7b740;
// @xam: #666;
// @den: #000;
// @cam: #fcb040;
// @luc: #2e2b04;
// @lam: #004d8c;
body{
    color: #000 !important;
    font-size: 13px !important;
    font-family: "Noticia Text" !important;
    @media screen and (min-width: 768px){
        font-size: 14px !important;
    }
}
h1{
    text-transform: uppercase;
    font-size: 32px;
    font-family: "Noticia Text" !important;
}
h2{
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 400;
}
h3{
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;

}
h4, strong{
    font-size: 16px;
}

h4, h5, h6{
    font-family: "Roboto Condensed" !important;
}