@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

.bg-white {
    background: #fff !important;
}

.start-corner {
    border-radius: 5px 0 0 5px;
}

.end-corner {
    border-radius: 0 5px 5px 0;
}

input, select {
    height: 46px;
}

.navbar-brand h1  {
    color: #ff7a40;
    font-size: 25px;
    font-weight: bold;
}

.navbar-brand h2 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.btn-primary {
    background: #3975cb;
    border: 1px solid #3975cb;
}