@font-face {
  font-family: 'MindBlue';
  src: url('../fonttest/mindblue/MindBlue_regular_demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MindBlue';
  src: url('../fonttest/mindblue/MindBlue_italic_demo.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'MindBlue';
  src: url('../fonttest/mindblue/MindBlue_light_demo.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MindBlue';
  src: url('../fonttest/mindblue/MindBlue_light_italic_demo.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'MindBlue';
  src: url('../fonttest/mindblue/MindBlue_bold_demo.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MindBlue';
  src: url('../fonttest/mindblue/MindBlue_bold_italic_demo.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
