/*
Theme Name: SignoPack
Theme URI: https://signopack.com
Author: SignoPack
Author URI: https://signopack.com
Description: Tema premium a medida para SignoPack — logística boutique para e-commerce. Optimizado para SEO local, Core Web Vitals y conversión. Identidad visual beige + negro + dorado, tipografías Playfair Display e Inter.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Propietario
Text Domain: signopack
Tags: e-commerce, logistica, fulfillment, premium, boutique
*/

/* Estilos base mínimos en este archivo. Estilos completos en assets/css/main.css */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1A1A1A;
    background: #F3F0EB;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
