/* css/styles.css */
:root{
  --bg:#2A2E34; --header:#0B0C0C; --text:#E9EAEC; --accent:#FBE134; --accent2:#E4B61A;
}
/* Extra styles and utilities kept out of the critical path */
.visually-hidden{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{max-width:980px;margin:0 auto}
a{color:var(--accent)}
a:focus,button:focus,input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:2px}
/* Reduce motion if the user prefers */
@media (prefers-reduced-motion:no-preference){
  .btn{transition:background-color .15s ease, transform .08s ease}
  .btn:active{transform:translateY(1px)}
}
/*.brand-logo{width:40px;height:40px;object-fit:contain;}*/
.brand-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
}
