/* ULF theme — font declarations
   Ulf (display) + Faktum (body). Local files, no external CDN.
*/

@font-face {
  font-family: 'Ulf';
  src: url('../fonts/Ulf-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Faktum';
  src: url('../fonts/Faktum-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Faktum';
  src: url('../fonts/Faktum-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Faktum';
  src: url('../fonts/Faktum-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
