/*
Theme Name: Astek Adriatic
Theme URI: https://example.com/astek-adriatic
Author: Astek Adriatic
Author URI: https://example.com
Description: A premium, dark-luxury WordPress theme for the official Astek Exhaust distributor in Slovenia and the Balkans. Boutique Italian performance engineering presentation with a showcase-only product catalog, quote request system, and fully editable content via the Customizer. Inspired by editorial automotive design.
Version: 1.0.2
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astek-adriatic
Tags: custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/*
  The full design system lives in /assets/css/main.css which is enqueued by
  functions.php. This file holds the required theme header above plus base
  resets so the theme still renders if the asset fails to load.
*/

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
