body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #041e3a;
}
.m-0{
    margin: 0;
}
.mt-12{
    margin-top: 12px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.w-100{
    width: 100%;
}
.h-100{
    height: 100vh;
}
.w-60{
    width: 60%;
}
.w-50{
    width: 50%;
}
.w-40{
    width: 40%;
}
.d-flex{
    display: flex;
}
.flex-row{
    flex-direction: row;
}
.flex-column{
    flex-direction: column;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.object-fit-cover{
    object-fit: cover;
}

.ff-inter{
    font-family: 'Inter', sans-serif;
}
.ff-le-jeune-deck{
    font-family: 'Le Jeune Deck';
}
.text-uppercase{
    text-transform: uppercase;
}
.fs-16{
    font-size: 16px;
}
.fs-24{
    font-size: 24px;
}
.fs-56{
    font-size: 56px;
}
.text-center{
    text-align: center;
}
.ls-3{
    letter-spacing: 3px;
}
.fw-200{
    font-weight: 200;
}