/* BG-Garant brand theme: graphite (#2b2f36) + orange (#e67e22) */

.navbarmenu .logoImg { height: 56px; margin-top: -18px !important; }

/* auth / login / register / forgot screens */
.article { background: #2b2f36; }
.lockme, .forgot, .signup, .signin { background: #2b2f36; }
.article div.logo { padding: 0; }
.article div.logo img { max-height: 72px; }

/* navbar / top menu → graphite */
.navbarmenu .navmenu,
.ui.fixed.top.menu.navmenu,
.ui.menu.navmenu { background: #2b2f36 !important; }
.ui.menu.navmenu .item { color: #e7e9ec !important; }

/* primary action buttons (Semantic "green") → orange */
.ui.green.button, .ui.green.buttons .button,
.lockme .ui.green.button, .forgot .ui.green.button,
.signup .ui.green.button, .signin .ui.green.button {
    background-color: #e67e22 !important;
    color: #fff !important;
}
.ui.green.button:hover, .ui.green.buttons .button:hover,
.lockme .ui.green.button:hover, .forgot .ui.green.button:hover,
.signup .ui.green.button:hover, .signin .ui.green.button:hover {
    background-color: #cf6f17 !important;
}
.ui.green.label, .ui.green.labels .label { background-color:#e67e22 !important; border-color:#e67e22 !important; color:#fff !important; }

/* keep original Proxima Nova typography */
@font-face { font-family:'Proxima Nova Regular'; src:url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'); font-weight:normal; font-style:normal; }
@font-face { font-family:'Proxima Nova Light'; src:url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'); font-weight:normal; font-style:normal; }
body * { font-family:"Proxima Nova Regular"; }
