﻿.font-900 {
    font-family: 'RobotoDraft';
    font-weight: 900;
}
/* cyrillic-ext */
@font-face {
  font-family: 'RobotoDraft';
  font-style: normal;
  font-weight: 900;
  src: url(/webfont/900.woff) format('woff');
}
/* greek */
@font-face {
  font-family: 'RobotoDraft';
  font-style: italic;
  font-weight: 900;
  src: url(/webfont/900i.woff) format('woff');
}
