/*
Theme Name: Xolby Agency
Theme URI: https://xolby.com
Author: Sam Adly
Author URI: https://xolby.com
Description: A high-converting, conversion-optimized WordPress theme for digital agencies offering web & app development, AI customer service, ads management & lead generation, GoHighLevel management, social media, and automation. Dark, modern, fast, and fully editable via the WordPress Customizer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: xolby
Tags: agency, business, portfolio, one-page, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, translation-ready, blog
*/

/*
  NOTE: The full design system lives in /assets/css/theme.css (enqueued in functions.php).
  This file only carries the required theme header plus a minimal reset so the theme
  is valid even before the main stylesheet loads.
*/

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

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

a { text-decoration: none; }
