/*
  Abaddon by caffinate — https://caffinate.itch.io/abaddon
  Licensed CC BY 3.0. See NOTICE.md.

  Adapted from kde-web-theme's fonts.css: paths rewritten, font-display added,
  and the "Kitchen Sink" face dropped (its licence forbids redistributing the
  font file, so --f-mono-font falls back to a system stack in site.css).
  The descent-override values are the theme's, and matter: without them the
  pixel glyphs sit too low inside the window chrome.
*/

@font-face {
  font-family: Abaddon;
  src: url("fonts/abaddon-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  descent-override: 25%;
}

@font-face {
  font-family: Abaddon;
  src: url("fonts/abaddon-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  descent-override: 15%;
}
