/* @font-face {
  font-family: 'fontname';
  src: url(data:application/font-ttf;charset=utf-8;base64,);
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'ProximaNova-Extrabold';
  src: url('/static/styles/fonts/ProximaNova-Extrabold-2.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('/static/styles/fonts/ProximaNova-Semibold-2.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('/static/styles/fonts/ProximaNova-Regular-2.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('/static/styles/fonts/ProximaNova-Bold-2.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* rub simbol variants "\e900" "\e901" "\e902" "\e903" "\e904" */

@font-face {
  font-family: 'rub';
  src: url('/static/styles/fonts/rub.eot');
  src: url('/static/styles/fonts/rub.eot') format('embedded-opentype'), url('/static/styles/fonts/rub.ttf') format('truetype'), url('/static/styles/fonts/rub.woff') format('woff'), url('/static/styles/fonts/rub.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
