@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Outfit:wght@100..900&display=swap');

body{font-family: "Outfit", Helvetica, Arial, sans-serif; font-weight: 400;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: "Krona One", Helvetica, Arial, sans-serif;}

.g-bg-primary2{background-color:#9ec3d1}
.g-bg-primary3{background-color:#091c2d}
.g-bg-primary4{background-color:#dbe9ee}

.g-color-primary3{color:#091c2d}

.g-bg-gradient{background: #ffffff; background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(158, 195, 209, 1) 100%);}

.table-bordered td, .table-bordered th {border: 1px solid #5e8295;}

.table thead th {border-bottom: 1px solid #5e8295;}

.btn{border-radius:50px; padding:10px 25px; border:2px solid #fff}
.btn-lg{font-size:20px}

.u-btn-primary {
    color: #fff;
    background-color: #28a745!important;
    border:2px solid #fff;
    padding:10px 25px!important;
}

.u-btn-primary:hover, .u-btn-primary.active {
    border-color: #1e7e34;
    background-color: #1e7e34!important; }

.u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {color: #fff; }

::selection {color: #fff; background-color: #091c2d;}

.u-go-to-v2:hover, .u-go-to-v2:focus:hover{background-color: #091c2d;}

.u-go-to-v2 {background-color: rgba(0, 0, 0, 0.5);}