/*
Theme Name: NEXO Foods
Theme URI: https://nexofoods.net/
Author: Frankpress
Author URI: https://frankpress.com/
Description: Theme corporativo y catálogo WooCommerce para NEXO Foods Group. El Home, header, footer y vistas de producto se gestionan desde el theme.
Version: 0.8.5
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: nexo-foods
*/

:root {
    --nexo-navy: #0b3550;
    --nexo-navy-dark: #06283e;
    --nexo-green: #43aa46;
    --nexo-green-dark: #348c3a;
    --nexo-white: #ffffff;
    --nexo-text: #102a3a;
    --nexo-muted: #687986;
    --nexo-border: #e5ebee;
    --nexo-surface: #f6f9f8;
    --nexo-container: 1240px;
    --nexo-radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--nexo-text);
    background: var(--nexo-white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
body.nexo-menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.nexo-site-main { min-height: 50vh; }
.nexo-basic-wrap { width: min(var(--nexo-container), calc(100% - 40px)); margin: 0 auto; }
