/* Black */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/Golos Text/static/GolosText-Black.ttf') format('truetype');
}

/* Bold */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/Golos Text/static/GolosText-Bold.ttf') format('truetype');
}

/* ExtraBold */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/Golos Text/static/GolosText-ExtraBold.ttf') format('truetype');
}

/* Medium */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/Golos Text/static/GolosText-Medium.ttf') format('truetype');
}

/* Regular */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/Golos Text/static/GolosText-Regular.ttf') format('truetype');
}

/* SemiBold */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/Golos Text/static/GolosText-SemiBold.ttf') format('truetype');
}
