/* WordMaster Web - Global Styles */
html {
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    html { font-size: 16px; }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Canvas touch prevention */
canvas.drawing-canvas {
    touch-action: none;
    cursor: crosshair;
}

/* Prevent text selection during drawing */
.no-select {
    -webkit-user-select: none;
    user-select: none;
}
