:root {
  --n4orrange: #f47633; /* Replace with your actual n4orange hex code */
  --n4dark: #5f5f5f;   /* Replace with your actual n4dark hex code */
  --n4darkorrange: #C84209;   /* Replace with your actual n4dark hex code */
  --orrangefordark:#f78764;
}
@font-face {
    font-family: 'SolaimanLipi';
    src: url('/solaimanlipi.ttf');
  }
body{
    font-family: 'SolaimanLipi'  
}  
#mainNav-1{
  background: #f47633;
}
#navcol-1 li a{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  color: var(--n4darkorrange);
}
.bg-n4orrange {
  background-color: var(--n4orrange);
}
.bg-n4dark {
  background-color: var(--n4dark);
}
.text-n4orrange {
  color: var(--n4orrange);
}
.text-n4darkorrange {
  color: var(--n4darkorrange);
}
.text-n4dark {
  color: var(--n4dark);
}

.bottom-border-white {
  border: 1px solid white;
}
.bullet {
  margin-right: 1px; /* Adjust spacing as needed */
  font-size: large;
}
.text-orrangefordark {
  color: var(--orrangefordark);
}
.bg-n4darkorrange {
  background: var(--n4darkorrange);
}

