/*! TokenLite - ICO Token Sale Dashboard by Softnio | @version v1.8.0 */
/*! ## WRITE YOUR OWN SYTLE AFTER FROM ADMIN PANEL */
/* Import Manrope and DM Sans from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@400;500;600;700&display=swap');

/* Apply DM Sans as the default body font */
body {
    font-family: 'DM Sans', sans-serif;
}

/* Use Manrope for all headings and visual titles */
h1, h2, h3, h4, h5, h6,
.card-head h4,
.card-title,
.nav-tabs a,
.section-head h2,
.sidebar-widget .widget-title {
    font-family: 'Manrope', sans-serif;
}
body.user-dashboard {
    background-image: url('/tokenlite/public/images/ath-gfx.png'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.btn {
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 10px 24px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.btn-primary {
    background: linear-gradient(90deg, #6943FF 0%, #A56CFF 100%) !important;
    border: none !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    filter: brightness(1.08);
    box-shadow: 0 0 0 4px rgba(165, 108, 255, 0.3);
}
.card {
  border-radius: 16px !important;
}
