* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
}

