/*
Theme Name: Scan
Theme URI: https://example.com/scan
Author: D29
Author URI: https://example.com
Description: A basic WordPress theme for Scan Credentialing Genie.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scan
*/

/* Basic Reset & Typography */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
}

.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
