/*
Theme Name: Wretched Terminal
Theme URI: https://wretchedcoin.com
Author: Your Name
Description: Custom terminal‑style WordPress theme with glitch effect and countdown.
Version: 1.0
*/
body, html {
  margin: 0;
  padding: 0;
  background: #000;
  color: #0f0;
  font-family: monospace;
}
a { color: #0f0; text-decoration: none; }
nav { border-bottom: 1px solid #0f0; padding: 1rem; }
nav a { margin-right: 1rem; }
h1, h2 { text-shadow: 0 0 10px #0f0; }
/* Remove default padding/margins */
.site-content, .entry-content {
  padding: 0;
  margin: 0;
}
/* Footer (if any) */
.site-footer {
  display: none;
}
