/*
 * Custom overrides — independent of the SCSS/laravel-mix build.
 * Loaded after style.css in partials/base/head.blade.php.
 * Add small, build-free tweaks here.
 */

/* Pink "Kontakt" button in the main navigation.
 * Uses the site's brand pink ($brand-primary: #e4097f). */
.btn-pink {
    background-color: #e4097f;
    border-color: #e4097f;
    color: #fff;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink:not([href]):not([tabindex]),
.btn-pink:not([href]):not([tabindex]):hover {
    background-color: #b80768;
    border-color: #b80768;
    color: #fff;
}
