@font-face {
      font-family: 'Objectivity';
      src: url('https://fonts.cdnfonts.com/css/objectivity') format('woff2');
      font-weight: normal;
      font-style: normal;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Objectivity', 'Inter', sans-serif;
    }
    body {
      font-family: 'Inter', sans-serif;
    }
    .hero-gradient {
      background: linear-gradient(135deg, #0A192F 0%, #007BFF 100%);
    }