/*
Theme Name: LandingPRO - High Conversion Landing Pages
Theme URI: https://landingpro.co.il
Author: LandingPRO Studio
Author URI: https://landingpro.co.il
Description: תבנית וורדפרס מקצועית וייעודית לבניית דפי נחיתה ממוקדי המרה (CRO), עמודי מאמרים ובלוג שיווקי. כוללת תוסף נגישות מובנה מלא, פונט Heebo בלעדי, תבנית פוסט עם מד קריאה, ותבנית קטגוריה עם סינון.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landingpro
Tags: landing-page, one-page, rtl-language-support, custom-colors, custom-menu, featured-images, accessibility-ready, blog, grid-layout
*/

/* Google Font: Heebo ONLY */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --font-family-primary: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --color-primary: #2563eb;
  --color-primary-dark: #1d4ed8;
  --color-accent: #f59e0b;
  --color-dark: #0f172a;
  --color-slate-bg: #f8fafc;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-primary) !important;
}

body {
  direction: rtl;
  text-align: right;
  background-color: var(--color-slate-bg);
  color: #0f172a;
  font-family: var(--font-family-primary);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
