/*
Theme Name: The Shaper's Realm
Theme URI: https://example.com/the-shapers-realm
Author: You
Author URI: https://example.com
Description: A custom theme built from scratch for The Shaper's Realm.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shapers-realm
*/

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f8fc;
  color: #e0e0e0;
}

header {
  background-color: #0d0d0d;
  color: #e0e0e0;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

footer {
  background-color: #0d0d0d;
  color: #ccc;
  padding: 1rem;
  text-align: center;
}

a {
  color: #a5b4fc;
  text-decoration: none;
}

a:hover {
  color: #818cf8;
}

.metallic-text {
  background: linear-gradient(90deg, #d4d4d8, #ffffff, #d4d4d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
