@font-face {
  font-family: "Onest";
  src: local("Onest Thin"),
  url("https://gb.ru/channels/fonts/Onest-Thin.woff") format("woff"),
      url("https://gb.ru/channels/fonts/Onest-Thin.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Light"),
      url("https://gb.ru/channels/fonts/Onest-Light.woff") format("woff"),
      url("https://gb.ru/channels/fonts/Onest-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Regular"),
      url("https://gb.ru/channels/fonts/Onest-Regular.woff") format("woff"),
      url("https://gb.ru/channels/fonts/Onest-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Medium"),
      url("https://gb.ru/channels/fonts/Onest-Medium.woff") format("woff"),
      url("https://gb.ru/channels/fonts/Onest-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Bold"),
      url("https://gb.ru/channels/fonts/Onest-Bold.woff") format("woff"),
      url("https://gb.ru/channels/fonts/Onest-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: local("Onest ExtraBold"),
  url("https://gb.ru/channels/fonts/Onest-ExtraBold.woff") format("woff"),
      url("https://gb.ru/channels/fonts/Onest-ExtraBold.ttf") format("ttf");
      font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Black"),
  url("https://gb.ru/channels/fonts/Onest-Black.woff") format("woff"),
  url("https://gb.ru/channels/fonts/Onest-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "Onest", sans-serif;
  font-weight: 400;
}