File size: 515 Bytes
a28332d 1539090 a28332d 787bc91 a28332d 787bc91 1539090 787bc91 a28332d 787bc91 1539090 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
margin: 0;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: #ffffff;
color: #111827;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overscroll-behavior: none;
}
#root {
width: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
} |