
:root {
  --title-font: 'Oswald', sans-serif;
  --body-font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;
}

body {
  font-family: var(--body-font);
  line-height: 1.6;
  background: #f7f8fb;
  color: #1b1f23;
}

.title, .subtitle, h3 {
  font-family: var(--title-font);
}

.title { font-size: 1.9rem; }
.subtitle { font-size: 1.35rem; color: #6c757d; }
.logo { width: 2.25rem; vertical-align: -0.4rem; margin-right: .35rem; }

.card { border-radius: 0.85rem; }
.card h3 { font-size: 1.15rem; margin-bottom: .6rem; }
.card p, .card li { font-size: 0.98rem; }

footer { margin-bottom: 2rem; }

@media print {
  body { background: #fff; }
  .card { box-shadow: none !important; }
  #printBtn { display: none; }
}
