/* Thin */
@font-face {
  font-family: 'Cambon';
  src: url('Cambon/Cambon-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

/* Thin Italic */
@font-face {
  font-family: 'Cambon';
  src: url('Cambon/Cambon-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Cambon';
  src: url('Cambon/Cambon-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'Cambon';
  src: url('Cambon/Cambon-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Cambon';
  src: url('Cambon/Cambon-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: 'Cambon';
  src: url('https://topicstudios.com/wp-content/themes/topicstudios/assets/fonts/Cambon/Cambon-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Cambon';
  src: url('Cambon/Cambon-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}