@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.baskerville {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}

.inter-400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html, body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

p::selection {
    background: rgb(31, 255, 69);
}

.bl-filter {
    background-color: #fffadb;
}

.signed {
    background: rgb(31, 255, 69);
}

.bg {
    background-image: url('../../assets/images/bgbible.webp');
    background-size: cover;
    background-position: center;
}

.bordered {
    border: solid 1px #ccc;
}

.font-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.prevSlideshowButton {
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.nextSlideshowButton {
    position: fixed;
    right: 20px;
    bottom: 20px;
}