hutmind / FrontEnd /src /index.css
tanmaivan's picture
fix: update frontend api base url to production backend endpoint
787bc91
raw
history blame contribute delete
515 Bytes
@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;
}