* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    @font-face {
        font-family: 'Inter';
        src: url(../assets/fonts/Inter-VariableFont_slnt,wght.ttf) format('truetype');
        font-weight: 100 900;
        font-style: normal italic;
        font-display: swap;
    }
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}