html {
    min-height: 100vh;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    line-height: 1.5;
}

html,
body,
button,
input {
    font-family: "Rubik", "Roboto", "Helvetica", "Arial", sans-serif;
}

body {
    color: var(--text);
}

a {
    color: currentColor;
    text-decoration: none;
}

address {
    font-style: normal;
}

.logo {
}