/* Backlink tema 8: Modern Sans */
:root {
  --wp-bg: #ffffff;
  --wp-surface: #f5f3ff;
  --wp-border: #e4e4e7;
  --wp-ink: #18181b;
  --wp-muted: #71717a;
  --wp-accent: #4338ca;
  --wp-accent-hover: #3730a3;
  --wp-link: #4338ca;
  --wp-header-bar: #4338ca;
  --wp-sidebar: #fafafa;
  --wp-radius: 10px;
  --wp-font: Inter, system-ui, sans-serif;
  --wp-serif: Inter, system-ui, sans-serif;
}

body.wp-blog.theme-8 {
  background: var(--wp-bg);
  color: var(--wp-ink);
  font-family: var(--wp-font);
}





.theme-8 .wp-brand { font-family: var(--wp-font); font-weight: 700; letter-spacing: -0.03em; }
.theme-8 .wp-post h2 { font-family: var(--wp-font); font-weight: 600; }
