@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Freeman&family=Fruktur:ital@0;1&family=Jacquard+12&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Pixelify+Sans:wght@400..700&display=swap');

.fruktur-regular {
  font-family: "Fruktur", system-ui;
}

.fruktur-regular-italic {
  font-family: "Fruktur", system-ui;
}

.freeman-regular{
  font-family: "Freeman", sans-serif;
}

#main-container,
body,html{
  background: url("/assets/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}
