
h1 {
    color: black
}

h2 {
    color: black;
    font-family: "Carbona Mono", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;

}

h3 {
    color: black;
    font-family: "Carbona Mono", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

h4 {
    color: black;
    font-family: "Carbona Mono", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #5a4f49;
    margin: 1em 0;
    padding: 0;
}

.blog-rich-text ul {
    padding-left: 1.5rem;
    list-style-type: disc;
    list-style-position: outside;
    display: table;
    margin: 0 auto;
    text-align: left;
}

.blog-rich-text ol {
    display: table;
    margin: 0 auto;
    text-align: left;
    list-style-type: decimal;
    list-style-position: outside;
}

.bg-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image-index-page {
    position: relative;
    aspect-ratio: 1/1;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}