/*
Theme Name: EcoJuta Premium WordPress Theme
Theme URI: https://ecojuta.com
Author: EcoJuta Development Team
Author URI: https://ecojuta.com
Description: 100% visually identical premium WordPress theme for EcoJuta. High-performance, fully localized, responsive design utilizing Tailwind CSS.
Version: 1.1.0
License: GNU GPLv2 or later
Text Domain: ecojuta
Tags: custom-background, custom-colors, custom-menu, featured-images, translation-ready, full-width-template
*/

/* Reset & custom theme fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&family=JetBrains+Mono:wght@400;500;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fcfaf4;
  color: #292524;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Custom class selectors to maintain perfect pixel consistency */
.selection-color::selection {
  background-color: #115e59;
  color: #ffffff;
}
