/* Self-hosted Sukar (available if needed for accents) */
@font-face {
  font-family: 'Sukar';
  src: url('../assets/fonts/SukarRegular.ttf') format('truetype');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Sukar';
  src: url('../assets/fonts/SukarBold.ttf') format('truetype');
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: 'Sukar';
  src: url('../assets/fonts/SukarBlack.ttf') format('truetype');
  font-weight: 900; font-display: swap;
}
