.bg-brand-primary {
    background-color: #0F63B0;
  }
  .bg-brand-dark {
    background-color: #094682;
  }
  .bg-brand-light {
    background-color: #E6F0FA;
  }
  .text-brand-primary {
    color: #0F63B0;
  }
  .text-brand-light-text {
    color: #D1E8FF;
  }
  .border-brand-primary {
    border-color: #0F63B0;
  }
  .bg-accent {
    background-color: #F59E0B;
  }
  .hover\:bg-brand-primary:hover {
    background-color: #0F63B0;
  }

  /* Force Font Awesome icon display */
  .custom-facebook i,
  .custom-instagram i,
  .custom-maps i {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    display: inline-block !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .custom-facebook i:before {
    content: "\f39e" !important;
  }

  .custom-instagram i:before {
    content: "\f16d" !important;
  }

  .custom-maps i:before {
    content: "\f3c5" !important;
  }
