@font-face {
    font-family: Montserrat;
    src: url("../font/Montserrat-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url("../font/Montserrat-Medium.ttf");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url("../font/Montserrat-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url("../font/Montserrat-Bold.ttf");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Manrope;
    src: url("../font/Manrope-400.ttf");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../font/Inter-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../font/Inter-Medium.ttf");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url("../font/Inter-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: unset;
    text-decoration: unset;
}
body{
    margin: 0;
}