/*
Theme Name: AutoShop Theme
Theme URI: https://autoshop.local
Author: Jeferson Bezerra
Author URI: https://autoshop.local
Description: Tema minimalista companion para o plugin AutoShop Luffy.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: autoshop-theme
*/

/* Reset basico - o plugin cuida do resto */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

ul, ol {
    list-style: none;
}
