/*
Theme Name: ContentPunk Minimalist
Theme URI: https://contentpunk.com
Author: ContentPunk
Description: High-end, minimalist theme for ContentPunk (Off-White, Charcoal, Copper). Full-width layout.
Version: 1.0
Text Domain: contentpunk
*/

:root {
  --bg-light: #F9F8F6;
  --bg-dark: #121212;
  --text-main: #2C2C2C;
  --text-muted: #666666;
  --accent: #C87D55;
  --accent-hover: #b06b47;
  --white: #FFFFFF;
  --border-light: rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: var(--bg-light);
  color: var(--text-main);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: var(--text-main);
}

/* Vollbreite erzwingen für alle Container */
.site, #page, .site-content, .content-area, .site-main, .entry-content, div.wp-site-blocks {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

header, footer {
  width: 100%;
}
