<style>
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap');
</style>

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
h1 {
  font-family: "Geist", sans-serif !important;
}
.header__logo {
  max-width: 300px;
}
.widget-type-form {
  max-width: 800px;
  margin: 0 auto;
}
form label {
  color: #ffffff;
}

@media (max-width: 767px) {
  .header__container--left .header__menu-col {
    display: none;
  }
  h1 {
    font-size: 52px;
  }
  
}