@font-face {
    font-family: 'Inter-Bold';
    src: url(fonts/Inter-Bold.ttf) format('woff2');
    font-display: swap;
}


@font-face {
    font-family: 'Inter-Medium';
    src: url(font/Inter-Medium.ttf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url(font/Inter-Regular.ttf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url(font/Inter-SemiBold.ttf) format('woff2');
    font-display: swap;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

li {
    list-style: none;
}


ul {
    padding: 0 !important;
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    margin: 0 !important;
    background: var(--Neutral--White);
    font-family: 'Inter-Regular';
    
}