/* clovo.lab — шрифти Fixel. Імпортується зі styles.css (@import 'fonts.css').
   Файли лежать поруч, у assets/fonts/. Локальні woff2 — жодних зовнішніх
   запитів, тому сумісно з CSP font-src 'self'. */

@font-face {
  font-family: 'Fixel Display';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('fonts/FixelDisplay-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Fixel Display';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('fonts/FixelDisplay-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Fixel Display';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('fonts/FixelDisplay-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Fixel Text';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('fonts/FixelText-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Fixel Text';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('fonts/FixelText-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Fixel Text';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('fonts/FixelText-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fixel Text';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('fonts/FixelText-700.woff2') format('woff2');
}
