* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #121212;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.main-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
}

.blue-text {
    color: #2C6FC7 !important;
}

.white-text {
    color: #FFFFFF !important;
}

.gray-text {
    color: #7D9CBA !important;
}