/*
 * Self-hosted LifeOS typography.
 * Inter and Playfair Display are licensed under the SIL Open Font License 1.1.
 * License texts are stored in ./licenses/.
 */
@font-face {
  font-family: "Inter";
  src: url("./inter-variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./playfair-display-variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./playfair-display-italic-variable.ttf") format("truetype-variations");
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
}
