@font-face {
  font-family: 'IRB-Font-Light';
  src: url('../fonts/IRB-Font-Light.otf');
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: 'IRB-Font-Regular';
  src: url('../fonts/IRB-Font-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IRB-Font-Medium';
  src: url('../fonts/IRB-Font-Medium.otf');
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: 'IRB-Font-SemiBold';
  src: url('../fonts/IRB-Font-SemiBold.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'IRB-Font-Bold';
  src: url('../fonts/IRB-Font-Bold.otf');
  font-weight: bold;
  font-style: normal;
}
