@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@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: "Poppins", sans-serif;
    cursor: url('../assets/images/custom-cursor.png'), auto !important;
  }

.card {
    border-radius: 5px !important;
    box-shadow: 0px 3px 5px 0.5px #1d2225 !important;
    transition: all 0.1s ease-in-out !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    background-color: rgb(11, 11, 17) !important ;
}

.card:hover {
    box-shadow: 0px 3px 7px 5px #0b131d !important;
}

.topnav {
    background-color: #0c1622 !important;
}

body {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: white !important;
    font-style: normal !important;
    background-image: linear-gradient(to right, #03060b, #02060b, #02050b, #01050b, #00050b) !important;
}

.topnav-navbar {
    background-image: linear-gradient(to right, #03060b, #02060b, #02050b, #01050b, #00050b) !important;
}