@font-face {
    font-family: 'RB';
    src: url('../fonts/RB-LIGHT.TTF') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'RB';
    src: url('../fonts/RB-REGULAR.TTF') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'RB';
    src: url('../fonts/RB-BOLD.TTF') format('truetype');
    font-weight: 700;
    font-display: swap;
}