/*
Theme Name: eworkx digital
Theme URI: https://eworkx-digital.com
Author: eworkx Development Team
Author URI: https://eworkx-digital.com
Description: Modern IT & Digital Services theme with Tailwind CSS - Full Service Provider für Digitalisierung, KI, E-Commerce, Marketing & Media
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: eworkx-digital
Tags: dark, modern, tailwind, professional, business, digital-services, it-services, minimal
*/

/* 
 * This theme uses Tailwind CSS via CDN
 * Custom styles are minimal as Tailwind handles most styling
 */

/* Custom Logo Sizing */
.custom-logo {
    height: 2rem;
    width: auto;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Ensure full height */
body {
    min-height: 100vh;
}
