/*
 * Self-host Liberation Sans so it's available to every user regardless of
 * whether they have it installed locally. Files live at app/assets/fonts/,
 * served by Propshaft with fingerprinted URLs. Font-display: swap so the
 * initial paint uses the fallback stack and swaps once the font arrives.
 */

@font-face {
  font-family: "Liberation Sans";
  src: url("/assets/LiberationSans-Regular-96978eb1.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Liberation Sans";
  src: url("/assets/LiberationSans-Bold-c743c755.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Liberation Sans";
  src: url("/assets/LiberationSans-Italic-87fcf405.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Liberation Sans";
  src: url("/assets/LiberationSans-BoldItalic-3b9ea91b.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
