/* OVERRIDES to neutralize Bootstrap */
:root {
    --bs-body-bg: transparent !important;
    --bs-body-color: inherit !important;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

body {
    background: #faf9f7 !important;
}
