*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: rgb(228, 228, 228);
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Albert Sans', sans-serif;
}

p {
    font-family: 'Nunito', sans-serif;
}

button,
a,
input {
    font-family: 'Roboto', sans-serif;
}
input, textarea, select{
    font-size: 16px !important;
}
.display_none {
    display: none;
}

.display_block {
    display: block;
}

.display_flex {
    display: flex;
}

span,
button {
    cursor: pointer;
    user-select: none;
}

.home_grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem;
}

.account_grid {
    display: flex;
    flex-direction: column;
}

.lambo {
    display: flex;
    flex-direction: column;
    width: 95%;
    gap: 4px;
}

.lux_one{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lux_two{
    display: none;
}

.ixtli_soon{
    display: none;
    opacity: 0;
    height: 0% !important;
    overflow: hidden;
    padding: 0 !important;
}
.chart-wrap{
    position: relative;
    height: 240px;
    width: 100%;
}
.chart-title{
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.chart-note{
    margin-top: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.85;
}