:root, [data-bs-theme=light] {
    --bs-body-font-family: Inter, sans-serif;
    --bs-body-font-weight: 400;
}

header {
    background: black;
    text-align: center;
    padding-block: 15px;
}
header img {
    max-width: 300px;
}

h1 {
    font-weight: 800;
    text-transform: uppercase;
}
h2 {font-weight: 700;}

.red-bg {background-color: #682828;}

.fw-500 {font-weight: 500;}
.fw-800 {font-weight: 800;}
.fw-900 {font-weight: 900;}

.fs-36 {font-size: 36px;}
.fs-28 {font-size: 28px;}

.quote-section {
    color: #efefef;
}
.quote-section,
.quote-section figcaption {
    color: #efefef;
}
.quote-section i {
    font-size: 115px;
    color: #965e5e;
}
.quote-section figure,
.quote-section figcaption {margin-bottom: 0;}
.quote-section figcaption {margin-top: 0;}

.content-section {
    padding: 4rem 0;
}
.content-section:nth-child(even) {
    background-color: #fff4f4;
}

.text-white {color: #fff !important;}
.container > h2 {
    word-wrap: break-word;
}
