@font-face {
    font-family: 'rb';
    src: url('rb-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'rb';
    src: url('rb-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'rb';
    src: url('rb-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html, body, div, ul, li, ol, p, a, span, input, select, textarea, button{
    font-family: 'rb', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'rb', sans-serif;
    font-weight: 700;	
}