    body {
      font-family: 'Inter', sans-serif;
    }
    h1, h2, h3 {
      font-weight: 700;
    }
    p {
      font-weight: 200;
    }
    .text-accent {
      color: #00cc99; /* or your theme color */
    }

    .border-accent {
      border-color: #00cc99 !important;
    }

    /* .navbar {
      background-color: #000000 ;
    }
    .navbar-brand span {
      color: #000000 ;
    }
    .nav-link, .navbar-brand {
      color: white !important;
    } */
    .btn-primary {
      background-color: #ffffff;
      color: #1d2a49;
      font-weight: 600;
    }
    .btn-outline-light {
      border-color: white;
      color: white;
    }
    .btn-outline-light:hover {
      background-color: white;
      color: #00564F;
    }
    .stats h5 {
      color: #00e08f;
      font-weight: 700;
    }
    .company-image {
      border-radius: 10px;
      width: 100%;
      max-height: 450px;
      object-fit: cover;
    }