/*
Theme Name: GEOSWEEP
Theme URI: https://geosweep.com
Author: GEOSWEEP Team
Author URI: https://geosweep.com
Description: A premium bilingual (Arabic/English) WordPress theme for geomatics and geotechnical engineering companies. Features a modern dark navy design with dynamic navigation, hero video, service/sector detail pages, contact forms, and RTL support.
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: geosweep
Domain Path: /languages
Tags: geomatics, geotechnical, engineering, bilingual, rtl, responsive, dark-theme, corporate
*/

/* Theme base styles */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #F4F6F8;
  color: #162B4D;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[dir="rtl"] {
  font-family: 'Readex Pro', 'DM Sans', sans-serif;
}

/* WordPress admin bar compatibility */
body.admin-bar #geosweep-app {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #geosweep-app {
    margin-top: 46px;
  }
}
