/*
Theme Name: Pollux Automation
Theme URI: https://www.pollux.com.br
Author: Pollux Automation
Author URI: https://www.pollux.com.br
Description: Tema corporativo da Pollux Automation - Automação industrial de alta complexidade. Projetos turnkey de robótica, intralogística e máquinas especiais.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pollux
Tags: corporate, industrial, automation, one-column, custom-logo, featured-images
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a2e;
    line-height: 1.6;
}

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

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

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