@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body,html {font-family: 'Raleway', sans-serif!important;}

/* Increase logo size */
#companyLogo {
  max-width: 301px !important;  /* adjust to desired width */
  height: auto !important;
  transition: all 0.3s ease-in-out; /* smooth resize if needed */
}

/* Optional: make sure it scales well on smaller screens */
@media (max-width: 768px) {
  #companyLogo {
    max-width: 180px !important;
  }
}

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=BBH+Sans+Bogle&display=swap" rel="stylesheet">
body,html 
