.margin-top {
    margin-top: -100px;
}

.extra-bold {
    font-weight: 800;
}

.semi-bold {
    font-weight: 600;
}

.inter-medium {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 500;
}

.syne-400 {
    font-weight: 400;
}

.syne-500 {
    font-weight: 500;
}

.syne-600 {
    font-weight: 600;
}

.syne-700 {
    font-weight: 700;
}

.syne-800 {
    font-weight: 800;
}

.syne {
    font-family: 'Syne', sans-serif;
}

@media(max-width:821px) {
    .margin-top {
        margin-top: -240px;
    }
}