@font-face {
  font-family: 'Belluga';
  src: url('/resource/MyValrhonaAssets/fonts/Belluga.ttf') format('truetype');
}

@font-face {
  font-family: 'NoyhGeometric';
  src: url('/resource/MyValrhonaAssets/fonts/NoyhGeometric.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  src: url('/resource/MyValrhonaAssets/fonts/Montserrat-Light.ttf') format('truetype');
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: 'NoyhGeometric', sans-serif;
  background-image: url('/resource/MyValrhonaAssets/images/BGvalrhona.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  text-align: center;
}

.header {
  padding-top: 40px;
}

.logo {
  width: 140px;
}

.headline {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 24px;
}

.headline .title-prefix {
  font-family: 'NoyhGeometric', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.headline .title-my {
  font-family: 'Belluga', cursive;
  color: #b9924b;
  font-size: 33px;
  line-height: 1;
}

.headline .title-valrhona {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}

.subtitle {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
}
