/*
Theme Name: ForgeSites Theme
Theme URI: https://forgesites.com
Author: Abdel Hussein
Author URI: https://forgesites.com
Description: A clean, custom theme for freelancer and service company websites.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forgesites-theme
*/

body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  line-height: 1.6;
  background: #f5f5f5;
  color: #111;
}

a {
  color: #1e40af;
  text-decoration: underline;
}

h1, h2, h3 {
  font-weight: bold;
}

nav a {
  margin-right: 1rem;
}
