/*:root { --bs-primary: #000000; --bs-primary-rgb: 0, 0, 0; --bs-secondary: #fff1dc; --bs-secondary-rgb: 255, 241, 220; }
body { --bs-body-color: #000000; --bs-body-color-rgb: 0, 0, 0; --bs-body-bg: #eeeeee; --bs-body-bg-rgb: 238, 238, 238; }
.navbar-nav { --bs-nav-link-color: #000000; }
.btn { --bs-btn-border-radius: 0px; --bs-btn-border-width: 2px; }
.form-control { --bs-border-radius: 0px; --bs-border-width: 2px; }*/
:root {
    --bs-primary: #0e2d3f;
    --bs-primary-rgb: 40, 41, 45;
    --bs-secondary: #dcc444;
    --bs-secondary-2: #fff1dc;
    --bs-secondary-rgb: 255, 241, 220;
}

body {
    --bs-body-color: #28292d;
    --bs-body-color-rgb: 40, 41, 45;
    --bs-body-bg: #eeeeee;
    --bs-body-bg-rgb: 238, 238, 238;
}

.navbar-nav {
    --bs-nav-link-color: #28292d;
}

.btn {
    --bs-btn-border-radius: 0px;
    --bs-btn-border-width: 2px;
}

.form-control {
    --bs-border-radius: 0px;
    --bs-border-width: 2px;
}
#animation rect {
    fill: #0e2d3f;
}