/* SPDX-License-Identifier: AGPL-3.0-only
 * SPDX-FileCopyrightText: 2021-2026 DALICC - Verein zur Foerderung der Rechtssicherheit in der Datenbewirtschaftung (ZVR 1249185710)
 */

/* The Classic font set: the faces this set needs, and no others.
 *
 * The house display face in capitals over Source Sans 3, with the reader's
 * own monospace for identifiers. This is the site as it stands.
 *
 * Every file is served from /static/fonts by this site, so opening a page
 * asks no other host for anything.  The license of each family sits beside
 * the file and the version and the checksum are recorded in THIRD_PARTY.md.
 *
 * Written by app.services.appearance.face_stylesheet; edit the font set
 * there and write the file out again rather than editing this file.
 */

@font-face {
  font-family: "Dalicc";
  src: url("/static/fonts/dalicc-font-webfont.woff2?v=e34b55244697") format("woff2"),
    url("/static/fonts/dalicc-font-webfont.woff?v=74bca1042e62") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/static/fonts/SourceSans3VF-Upright.ttf.woff2?v=5f16566f7a40") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/static/fonts/SourceSans3VF-Italic.ttf.woff2?v=b4959abc0569") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

/* The 2017 infographic sets its small captions in "Source Sans Pro", a name
   no face of this set carries; without this the browser drew them in its
   serif default.  The same file as the reading face, so nothing more loads. */
@font-face {
  font-family: "Source Sans Pro";
  src: url("/static/fonts/SourceSans3VF-Upright.ttf.woff2?v=5f16566f7a40") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
