@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", serif;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.btn-outline-primary {
    border: 1px solid #0089D0 !important;
    color: #0089D0 !important;
}

.btn-outline-primary:hover {
    background-color: #0089D0 !important;
    color: white !important;
    border: 1px solid transparent;
}

.btn-primary {
    background-color: #0089D0 !important;
    border: 1px solid transparent !important;
}

.btnSearch {
    border: 1px solid transparent !important;
}

.social-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #0089D0;
    color: #0089D0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item {
    font-weight: 400;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #0089D0 !important;
}

.bg--light {
    background-color: #f5f5f5 !important;
}

.text--secondary {
    color: #004259;
}

.fs-7 {
    font-size: 13px;
}