@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Port+Lligat+Slab&family=Montserrat+Alternates&display=swap');
h1, h2, h3, h4, h5, h6 {
    font-family: "Port Lligat Slab", sans-serif;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.75em;
}
.hb, .order {
    padding: 10px;
    border-radius: 15px;
    border: thin solid var(--secondary);
    width: 88%;
    background-color: #e1eae7;
}
.hb {
    width: 90%;
    border: 3px solid var(--secondary);
}
.book {
    width: 100%;
    border-radius: 10px;
    border: solid 3px var(--secondary);
}

hr {
    background-color: #e1eae7;
    background-color: var(--secondary);
}