/* cyrillic-ext */
@font-face {
  font-family:'Oswald';
  font-style:normal;
  font-weight:400;
  src: url('Oswald-Regular.ttf') format('truetype');
}
@font-face {
  font-family:'Oswald';
  font-style:normal;
  font-weight:500;
  src: url('Oswald-Medium.ttf') format('truetype');
}
@font-face {
  font-family:'Oswald';
  font-style:normal;
  font-weight:300;
  src: url('Oswald-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style:normal;
  font-weight:400;
  src: url('poppins-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style:normal;
  font-weight:300;
  src: url('poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style:normal;
  font-weight:500;
  src: url('poppins-medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style:normal;
  font-weight:600;
  src: url('poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style:normal;
  font-weight:700;
  src: url('Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style:normal;
  font-weight:400;
  src: url('Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style:normal;
  font-weight:500;
  src: url('Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style:normal;
  font-weight:400;
  src: url('Rubik-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style:normal;
  font-weight:500;
  src: url('Rubik-Medium.ttf') format('truetype');
}