 body { font-family: 'Segoe UI', sans-serif; margin: 0; }
    .navbar-brand { font-weight: bold; letter-spacing: 1px; }
    .hero-section {
      background-color: #ede2d8;
      padding: 100px 0;
    }
    
    @font-face {
      font-family: 'Bungee';
      src: url('../fonts/bungee-regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }

    .hero-section h6 {
      color: #d35400;
      font-weight: bold;
      letter-spacing: 1px;
    }
    .hero-section h1 {
      font-size: 3.5rem;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 20px;
      font-family: 'Bungee', sans-serif;
      letter-spacing: -0.5px;
    }
    .hero-section p {
      font-size: 1.1rem;
      color: #000;
    }
    .btn-orange {
      background-color: #ff4700;
      color: white;
      border: none;
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 5px;
    }
    .btn-orange:hover {
      background-color: #e84118;
    }