/*
Theme Name: Printees - T-Shirt Design & Printing
Theme URI: https://kitpro.site/printees/
Author: KitPro
Author URI: https://kitpro.site/
Description: Printees is a modern Elementor Template Kit for T-shirt design and printing businesses. Includes pre-built pages for Home, About, Services, Team, Pricing, Testimonials, Blog, FAQ, 404, and Contact. Requires Elementor and the Template Kit Import plugin to use the included templates.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: printees
Tags: elementor, template-kit, business, e-commerce, t-shirt, printing, one-page
*/

/* ============================================================
   Printees Theme — Base Styles
   This theme is designed to be used with the Elementor
   Template Kit included in this package.
   ============================================================ */

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

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.site-header,
.site-footer {
    width: 100%;
}

.site-content {
    width: 100%;
    min-height: 60vh;
}
