@font-face {
  font-family: 'Golos Text';
  font-weight: 400;
  font-style: normal;
  src: url('Golos-Text_Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  font-weight: 500;
  font-style: normal;
  src: url('Golos-Text_Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  font-weight: 600;
  font-style: normal;
  src: url('Golos-Text_DemiBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  font-weight: 700;
  font-style: normal;
  src: url('Golos-Text_Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  font-weight: 900;
  font-style: normal;
  src: url('Golos-Text_Black.ttf') format('truetype');
  font-display: swap;
}