@import url("https://fonts.googleapis.com/css2?family=Chivo:wght@400;700;900&display=swap");

body.theme-brutal-grid {
  --primary: #000000;
  --primary-dark: #000000;
  --primary-light: #ffffff;
  --secondary: #111111;
  --accent: #ff3b30;
  --bg-body: #f8f8f8;
  --bg-card: #ffffff;
  --bg-dark: #0a0a0a;
  --text-primary: #0a0a0a;
  --text-secondary: #2a2a2a;
  --text-muted: #555555;
  --border: #000000;
  font-family: "Chivo", Arial, sans-serif;
}

.theme-brutal-grid .container { max-width: 1360px; }
.theme-brutal-grid .navbar,
.theme-brutal-grid .header-banner,
.theme-brutal-grid .footer,
.theme-brutal-grid .site-header,
.theme-brutal-grid .site-footer { border-bottom: 3px solid #000; box-shadow: none; }

.theme-brutal-grid .blog-card,
.theme-brutal-grid .post-article,
.theme-brutal-grid .widget,
.theme-brutal-grid .card,
.theme-brutal-grid .post-card {
  border: 3px solid #000;
  border-radius: 0;
  box-shadow: 8px 8px 0 #000;
}

.theme-brutal-grid .blog-card:hover,
.theme-brutal-grid .post-card:hover { transform: translate(-4px, -4px); box-shadow: 12px 12px 0 #000; }
.theme-brutal-grid .card-header,
.theme-brutal-grid .widget-title { background: #000; color: #fff; text-transform: uppercase; letter-spacing: 0.06em; }
.theme-brutal-grid .category-count { background: #ff3b30; color: #fff; border-radius: 2px; }
