 :where([class^="ri-"])::before {
      content: "\f3c2";
    }

    body {
      font-family: 'Inter', sans-serif;
    }

    .hero-bg {
      background-image: url('./images/header-bg.jpg');
      background-size: cover;
      background-position: center;
    }

    .custom-shadow {
      box-shadow: 0 4px 20px rgba(0, 71, 171, 0.1);
    }

    input:focus {
      outline: none;
    }