/*
Theme Name:   Sintrel Theme
Theme URI:    https://sintrel.ch
Description:  Sintrel Electronic AG – Custom WordPress theme for Elementor & WooCommerce. Designed for precision measurement technology (Messtechnik).
Author:       Sintrel Electronic AG
Author URI:   https://sintrel.ch
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
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  sintrel
Tags:         elementor, woocommerce, custom-menu, custom-logo, full-width-template, two-columns

This theme requires the following plugins:
- Elementor (free)
- WooCommerce
- Elementor Pro (recommended for header/footer builder)
*/

/* ─── Design Tokens ─────────────────────────────────────────────────── */
:root {
  --sintrel-black:          #000000;
  --sintrel-white:          #ffffff;
  --sintrel-yellow:         #F5C300;
  --sintrel-gray-lightest:  #f4f4f5;   /* Tailwind zinc-100 – matches mock bg-zinc-100 */
  --sintrel-gray-lighter:   #e5e7eb;
  --sintrel-gray-medium:    #9ca3af;
  --sintrel-gray-neutral:   #737373;
  --sintrel-text-primary:   #000000;
  --sintrel-text-secondary: #737373;
  --sintrel-border:         #e5e7eb;
  --sintrel-bg-dark:        #3d3d3d;

  --sintrel-font-sans:      'Roboto', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --sintrel-radius-sm:      2px;
  --sintrel-radius-md:      4px;

  --sintrel-transition:     0.2s ease;

  --container-max:          1376px;
  --container-padding:      32px;
}
