/* ReEdO Project - Main Styles */

/* Base reset and global styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

#root {
    height: 100%;
}

/* If Tailwind CDN fails, this provides minimal fallback styles */
/* Tailwind CSS is loaded via CDN in index.html */