@font-face {
  font-family: "Golos Text";
  font-style: normal;
  src: url("../fonts/GolosText-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GolosText-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GolosText-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/GolosText-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GolosText-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/GolosText-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/GolosText-Black.ttf") format("truetype");
}