/*
Theme Name: The SIADSA Files
Theme URI: https://example.com/
Author: OpenAI
Description: A dark investigative WordPress theme for The SIADSA Files.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: the-siadsa-files
*/

html, body { margin: 0; padding: 0; }
body {
  background: #07090d;
  color: #e8edf5;
  font-family: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: inherit; }

