@font-face {
    font-family: BreePeru_Regular;
    src: url(../BreePeru/BreePeru_Regular.woff);
}

@font-face {
    font-family: BreePeru_Light;
    src: url(../BreePeru/BreePeru_Light.woff);
}

@font-face {
    font-family: BreePeru_Bold;
    src: url(../BreePeru/BreePeru_Bold.woff);
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

::-webkit-scrollbar {
    width: 2px;
}
 
::-webkit-scrollbar-track {
    background: #292929;
}
 
::-webkit-scrollbar-thumb {
    background: #4f4f4f;
}

::-webkit-scrollbar-track-piece {
    background-color:transparent;
}

.clear {
    clear: both;
}