/* public_html/assets/css/style.css */

/* General body styling (can be overridden by inline styles in index.php or specific component styles) */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Add more specific styles as the UI develops */
