@font-face {
  font-family: 'Minh Visual Hook_V2';
  src: url('Minh Visual Hook - Ultra V2.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FZ Poppins-Light';
  src: url('FZ Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

.hero-text-block {
  text-align: left;
  color: #fff;
  padding: 20px;
}

.hero-title {
  font-family: 'Minh Visual Hook_V2', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero-subtext {
  font-family: 'FZ Poppins-Light', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color: #ccc;
}