/*
  Local font slots. The UI works immediately with system fallbacks.
  Font files are served locally from public/fonts.
*/
@font-face {
  font-family: 'Unbounded Local';
  src: url('/fonts/unbounded-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text Local';
  src: url('/fonts/golos-text-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text Local';
  src: url('/fonts/golos-text-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
