/*
Theme Name: Men's Focus
Theme URI: https://ai.studio/build
Author: Google AI Studio Developer
Author URI: https://ai.studio/build
Description: Genç, aktif profesyoneller için modern, enerjik ve etkileşimli yaşam tarzı portalı teması. Ported from the Men's Focus React design, featuring a rich 2-column layout, modern responsive look, and high-contrast styling with Playfair Display, Inter, and JetBrains Mono pairings.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mens-focus
Tags: news, blog, two-columns, grid-layout, custom-menu, custom-background, featured-images, translation-ready, holiday
*/

/* Reset & custom variables */
:root {
  --color-cream: #faf9f6;
  --color-neutral-955: #0a0a0a;
}

body {
  background-color: var(--color-cream);
  color: #171717;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Base formatting for standard elements if Tailwind fails */
.prose blockquote {
  border-left: 4px solid #e11d48;
  padding-left: 1rem;
  font-style: italic;
  color: #404040;
  background-color: #fff1f2;
  margin: 1.5rem 0;
}
