/*
Theme Name: BuckTalk
Theme URI: https://bucktalk.com
Author: ContentPilot
Description: A newsletter-magazine hybrid theme for finance and tech blogs. Serif headlines, clean layouts, emerald accents.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: bucktalk
Tags: blog, news, two-columns, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* === Reset & Base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-body);
  background: var(--bg-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--emerald); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--emerald-hover); }
ul, ol { list-style: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-heading);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.375rem; }
h4 { font-size: 1.125rem; }

/* Paragraphs */
p { margin-bottom: 1.25em; }

/* Selection */
::selection { background: var(--accent); color: #fff; }

/* Screen reader only */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
