:root {
    --border-focus: solid 1px #ffd700; /* Soft Slate Gray */
    --primary-color: #000000; /* Coral Pink */
    --primary-color-onhover: #ffd700; /* Peach Pink */
    --primary-soft: #ffeeb3; /* Light Cream Pink */
    --primary-soft-onhover: #FFD7C8; /* Pale Blush */
}

.btn-outline-primary {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 255, 215, 0; /* RGB of #93A5AC */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000000;
    --bs-gradient: none;
}
