@font-face {
    font-family: BoomBox2;
    src: url("../fonts/boombox2-webfont.ttf");
}

* {
    font-family: BoomBox2;
}

.blank {
    background-image: url('../img/comum/blank.png');
    position: absolute;
    width: 1024px;
    height: 768px;
    display: none;
}

.hide {
    display: none !important;
}
