/* Robson Extrabold font import */
@font-face {
  font-family: 'Robson Extrabold';
  src: url('/Robson Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

/* Responsive Hero Typography */
.hero-name {
  font-family: 'Robson Extrabold', sans-serif;
  font-weight: 800;
  text-shadow: 0 4px 6px rgba(0,0,0,0.2);
  letter-spacing: -0.05em;
  font-style: italic;
}

@media (max-width: 768px) {
  .hero-name {
    font-size: 25vw;
  }
}