/*
Theme Name: AV WebStart - Start
Theme URI: https://avwebstart.md
Author: AV WebStart – Arina & Victor
Author URI: https://avwebstart.md
Description: Tema profesională pentru agenția web AV WebStart. Design modern, premium, optimizat pentru WooCommerce și produse digitale.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
License URI: https://avwebstart.ro/licenta
Text Domain: av-webstart
Tags: woocommerce, business, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* =============================================================
   BASE RESET – minimal; full styles live in assets/css/main.css
   ============================================================= */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #020617;
    color: #e2e8f0;
    line-height: 1.6;
    overflow-x: hidden;
}

img, video, svg {
    max-width: 100%;
    display: block;
}

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

ul, ol {
    list-style: none;
}

button, input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}
