/*
Theme Name: Seminar Minimal
Theme URI: https://example.com/
Author: Codex
Description: Minimal theme with seminar custom post type support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Text Domain: seminar-minimal
*/

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  margin: 0;
  color: #222;
}

.site-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 24px;
}

h1, h2, h3 {
  line-height: 1.2;
}

a {
  color: #0b57d0;
}

.entry {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.meta {
  color: #666;
  font-size: 0.9rem;
}

