/*
Theme Name: Custom Starter Theme
Theme URI:  https://example.com
Author:     Dein Name
Author URI: https://example.com
Description: Minimalistisches Starter-Theme für WordPress
Version:    1.0
License:    GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-starter
Tags:       custom, starter, minimalist
*/

/* --- Basis Styles --- */
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  color: #005177;
}

header,
footer {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
}

main {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 1em;
}
