
h1 {
    color: black;
    font-size: 18px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

h2 {
    color: black;
    font-family: "Carbona Mono", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

h3 {
    color: black;
    font-family: "Carbona Mono", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

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

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


.blog-rich-text {
    font-family: "Carbona", sans-serif;
}

.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;
}

.richtext-image {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 720px;
    min-width: 300px;
}