@font-face {
  font-family: 'RB';
  src: url('./RB-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'RB';
  src: url("./RB-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: 'RB' , sans-serif;
}
