:root {
  --proportional-fonts: "Libre Baskerville", Georgia, serif;
  --title-fonts: "Libre Baskerville", Georgia, serif;
  --monospace-fonts: "ui-monospace", "SFMono-Regular", Menlo, Consolas, monospace;
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/LibreBaskerville-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/LibreBaskerville-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/LibreBaskerville-Bold.ttf") format("truetype");
}
