:root {
    --bs-body-bg: #1e1f26;
    --bs-body-color: #e6e6e6;
    --bs-heading-color: #ffd580;
    --bs-nav-link-color: #5bc0eb;
    --bs-body-font-family: "Space Grotesk", var(--bs-font-sans-serif);
    --bs-body-font-size: 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", var(--bs-body-font-family);
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

.badge{
    --bs-badge-font-size: 0.85em;
}
.card {
    --bs-card-cap-bg: #403f4c;
}

.badges {
    line-height: calc(var(--bs-body-line-height) * 1.3);
}

div#title {
    padding-bottom: 0.15em;
    border-bottom: #ffd580 1px solid;
}


footer {
    border-top: #ffd580 1px solid;
}