/*
Theme Name: Trater starter
Theme URI: https://trater-solutions.com
Author: Trater Solutions
Author URI: https://trater-solutions.com
Description: Starter theme optimized for Elementor. Clean, fast, fully customizable.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: trater-starter
*/

:root {
    --ts-primary: #02A9F7;
    --ts-dark: #1e293b;
    --ts-light: #f8fafc;
    --ts-text: #334155;
    --ts-muted: #94a3b8;
    --ts-border: #e2e8f0;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--ts-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: var(--ts-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

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

/* Elementor full-width support */
.elementor-page .site-content { padding: 0; }
.elementor-page .site-content .entry-content { margin: 0; padding: 0; }

/* Header, footer, navigation, cookie consent - styled inline in header.php/footer.php */
