@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap'); */
*{font-family: 'Inter', sans-serif;font-weight:400!important}

/* .cambria{font-family:'Cambria'}

.narrow{font-family:'PT Sans Narrow'} */

.bg-dark{background-color:#0c343d!important;}

.nav-item a{font-family: 'Inter', sans-serif !important;}

h1{font-weight:800!important}
h2,h3,h4,h5{font-weight:400!important}
.fw-bold{font-weight:500!important}
.text-theme{color: #ff9900 !important;}

.btn-theme{background-color:#cc4125!important;color:#fff!important;border:2px solid #fff!important;}

.bg-theme{background-color: #0c343d;}

.icon{width:55px !important;}

.navbar-brand img{height:100px;}

.bg-body-theme{background-color: #fff !important;}

.form-control{border-radius:0px !important;border-left:none !important;border-right:none !important;border-top: none !important;border-bottom: 1px solid rgb(221, 218, 218) !important;box-shadow: none !important;}

.tiny{width: 75px;margin-top: 0px;border: 2px solid #db553a;}

a{text-decoration:none!important}

.nav-border{

    margin-right: 40px;

}

@media (min-width: 770px) {

    #nav-border {border:2px solid #fff;}

     

  }