/*
Theme Name: KBN Financial Boutique
Theme URI: https://github.com/kbn-financial/website
Author: Your Name
Author URI: https://your-website.com
Description: A custom WordPress theme for the KBN Financial Boutique website, based on the original static HTML design. This theme supports the company's mission to empower Christian businesses in Rwanda through financial stewardship and Kingdom business development.
Version: 1.0.0
License: Proprietary
License URI: 
Tags: custom-theme, finance, church, business, rwanda, pwa
Text Domain: kbn-theme
*/

/* CSS from base.css, components.css, layout.css, and utils.css will be enqueued via functions.php */
/* This file is primarily for the theme header information. */
/* Custom Nav Menu Styles */
.nav__item.nav__link--login a {
    color: #fff !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #08264D;
    border-radius: 0.25rem;
}

.nav__item.nav__link--login a:hover {
    background-color: #0F4C75;
    color: #fff !important;
}