/*
Theme Name: Taper Studio
Theme URI: https://taperstudio.local/
Author: Taper Studio
Author URI: https://taperstudio.local/
Description: A minimal WordPress content theme for the Taper Studio headless Next.js site.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.3
Text Domain: taper-studio
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f4ef;
  color: #1d1b18;
}

a {
  color: inherit;
}

.site-shell {
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 24px;
}

.site-header,
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}

.site-title {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.entry-title {
  font-size: clamp(40px, 8vw, 88px);
  line-height: 0.95;
  margin: 0 0 24px;
}

.entry-content {
  font-size: 18px;
  line-height: 1.65;
}
