Issue with my theme - Be Yours

https://lush-cyprus.myshopify.com/

loziap

I am not sure what is happening but my header has kind of gone crazy - logo has dropped down- announcement bar is super big - and everything seems to disapear

I have purchased the theme only this morning and suddenly it all went crazy!

Please help

Hi @TBS2023
This code caused this issue

h1,h2,h3 {
  font-family: "Font-1731306833210"!important;
  font-size: 50!important;
  line-height: 50!important;
  letter-spacing: 0px!important;
  text-transform: uppercase!important;
}

Please edit this line of code line-height: 50!important; in the code above so it will be like this to solve the issue

h1,h2,h3 {
  font-family: "Font-1731306833210"!important;
  font-size: 50px!important;
  line-height: 1!important;
  letter-spacing: 0px!important;
  text-transform: uppercase!important;
}