/* Display fonts for the Nixxia suite — vendored from ~/mine/css-design.
   Beleren = headings/brand; Sigtaara (Old Tongue) = optional .sigtaara-ui mode. */

@font-face {
  font-family: 'Beleren';
  src: url('beleren.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sigtaara';
  src: url('Old_Tongue_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
