/*
Theme Name: Tech Placeholder Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A simple starter template with placeholder tech content. Replace this text and styling with your own.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tech-placeholder-theme
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #0d1117;
    color: #c9d1d9;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

header {
    background: #161b22;
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid #30363d;
}

header h1 {
    color: #58a6ff;
    margin: 0;
}

main {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

code, pre {
    background: #161b22;
    color: #79c0ff;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}

footer {
    text-align: center;
    padding: 1rem;
    color: #8b949e;
    font-size: 0.85rem;
}
