@font-face {
  font-family: 'RB-Regular';
  src: url('../fonts/rb/RB-Regular.eot');
  src: url('../fonts/rb/RB-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rb/RB-Regular.woff2') format('woff2'),
    url('../fonts/rb/RB-Regular.woff') format('woff'),
    url('../fonts/rb/RB-Regular.ttf') format('truetype'),
    url('../fonts/rb/RB-Regular.svg#RB-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RB-Bold';
  src: url('../fonts/rb/RB-Bold.eot');
  src: url('../fonts/rb/RB-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rb/RB-Bold.woff2') format('woff2'),
    url('../fonts/rb/RB-Bold.woff') format('woff'),
    url('../fonts/rb/RB-Bold.ttf') format('truetype'),
    url('../fonts/rb/RB-Bold.svg#RB-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body,
nav,
input,
a,
button,
textarea,
.whyBest .whyBestPara,
.commonTitle,
.btn-inverse-info:not(.btn-inverse-light),
.btn-theme, .btn-theme:hover{
  font-family: "RB-Regular" !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.whyBest .whyBestTextWrapper p:last-child,
.whyBest .whyBestTextWrapper p:first-child,
.features .card span,
.sectionTitle span,
.features .cardWrapper .commonBtn,
.commonDesc,
.listWrapper span,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.bootstrap-table .fixed-table-container .table thead th .th-inner{
  font-family: "RB-Bold" !important;
}
