/* RBNo Font Pack - único font-family com pesos e estilos */

/* Thin */
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* ExtraLight */
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Book / Regular */
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-BoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

/* ExtraBold */
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-ExtraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-BlackItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* Ultra */
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-Ultra.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'RBNo';
  src: url('/fonts/RBNo3_1/RBNo3.1-UltraItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
