/*
Theme Name: Indor
Theme URI: https://example.com/
Author: Indor
Author URI: https://example.com/
Description: Tema base leve e compatível com Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indor
Tags: custom-logo, custom-menu, featured-images, translation-ready, full-width-template
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #111;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.indor-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.indor-site-header {
  border-bottom: 1px solid #eee;
}

.indor-site-title {
  font-size: 20px;
  margin: 0;
}

.indor-site-title a {
  text-decoration: none;
}

.indor-primary-nav ul {
  list-style: none;
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 12px 0 0;
}

.indor-primary-nav a {
  text-decoration: none;
}

.indor-content {
  padding: 32px 0;
}

.indor-site-footer {
  border-top: 1px solid #eee;
  padding: 24px 0;
  color: #555;
}

