 :root {
    --bs-body-font-family: 'Poppins', sans-serif; /* Or 'MyCustomFont', sans-serif; */
}
body:not(.layout-fixed) .dashboard .main-sidebar {
	top: 62px !important;
}
body:not(.layout-fixed) .dashboard .main-sidebar img {
    display: none;
}
*{
	font-family: 'Poppins'
}
.bg-primary,
.btn-primary {
    background-color: #6366f1 !important;
}
.btn-outline-primary {
	color: #6366f1;
    border-color: #6366f1;
}
.btn-link{
	color: #6366f1;
}
footer .social-icons{
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 20px
}

.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-list li {
    margin-bottom: 0.8rem;
    color: #6c757d;
}
.login-box, .register-box {
	margin: 60px auto;
}
.form-group input,
.form-group textarea{
	font-size: 14px;
}