/**
 * Theme Name: Custom Theme
 * Theme URI: https://example.com/custom-theme
 * Author: Your Name
 * Author URI: https://example.com
 * Description: A custom WordPress theme with PHPUnit and PHPCS configured
 * Version: 1.0.0
 * License: GPL-2.0-or-later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: custom-theme
 * Domain Path: /languages
 * Requires at least: 6.0
 * Tested up to: 6.4
 * Requires PHP: 7.4
 */

/*
 * This file is intentionally left minimal.
 * All styles are enqueued via functions.php
 */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
}
