:root{
    --font-content: "M PLUS Rounded 1c", serif;
    --font-title: "EB Garamond", serif
}

body {
    --bs-body-font-family: var(--font-content);
    --bs-body-font-weight: 500;
    --bs-body-font-size: 1.3rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title);
    font-weight: 570 !important;
}

h1 {
    font-size: 5rem !important;
}
h2 {
    font-size: 3rem !important;
}
h3 {
    font-size: 2rem !important;
}

a {
    text-decoration: None !important;
    color: var(--bs-black) !important;
}

.btn-light {
    --bs-btn-border-color: var(--bs-border-color) !important;
}

.font-body {
    font-family: var(--font-content) !important;
    font-size: var(--bs-body-font-size) !important;
}

.dropdown-item:hover{
    background: transparent!important;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

small {
    font-size: 1rem !important;
}