/*
Theme Name: PlayRetro Theme
Theme URI: https://playretro.uk
Author: Christian Cawley
Description: A retro-styled WordPress theme for indie game PR.
Version: 1.0
*/
body { font-family: 'Courier New', Courier, monospace; margin: 0; padding: 0; background: #1a1a1a; color: #e4e4e4; }
header, section, footer { padding: 2em; max-width: 960px; margin: auto; }
header { background: #000; color: #00ff99; text-align: center; border-bottom: 3px solid #00ff99; }
h1 { margin: 0 0 0.2em; font-size: 2.5em; }
h2 { color: #ffcc00; border-bottom: 1px dashed #444; padding-bottom: 0.3em; }
.cta {
  background: #00ff99;
  color: #000;
  padding: 0.7em 1.2em;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
footer {
  font-size: 0.9em;
  text-align: center;
  color: #aaa;
  border-top: 1px solid #333;
}
ul { line-height: 1.8; }
a { color: #00ffcc; text-decoration: none; }
a:hover { text-decoration: underline; }
