/*
Theme Name: NYWINT Theme
Theme URI: https://nywint.com
Author: NYWINT
Description: Custom Ebbe-inspired theme for NYWINT - intercom and security systems catalog.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: nywint-theme
*/

:root {
    --nyw-primary: #2849a8;
    --nyw-primary-dark: #1e3a8a;
    --nyw-dark: #1a1a1a;
    --nyw-text: #484848;
    --nyw-text-light: #acacac;
    --nyw-border: #dddddd;
    --nyw-white: #ffffff;
    --nyw-bg-light: #f5f5f5;
    --nyw-hover-dark: #000000;
}

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

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--nyw-text);
    background: var(--nyw-white);
}

a { color: var(--nyw-primary); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--nyw-hover-dark); }

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    color: var(--nyw-dark);
}
