/*
Theme Name: TemaNormais
Theme URI: https://elementor.com/hello-theme/
Description: Tema da Normais baseado no Hello Elementor
Author: Normais e João Guedes
Author URI: https://normais.pt
Version: 3.3.2
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
Template: hello-elementor
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: temanormais
Tags: accessibility-ready, translation-ready
*/

/* --------------------------------------------------------------
Base
-------------------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin: 0 0 1rem;
}

strong {
  font-weight: 700;
}

/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */

a {
  color: ##5D8AA6;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #278fce;
  text-decoration: underline;
}

/* --------------------------------------------------------------
Media
-------------------------------------------------------------- */

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------------------------
Forms
-------------------------------------------------------------- */

label {
  display: block;
  margin-bottom: 0.25rem;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 1rem;
}

input[type],
select,
textarea {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #185981;
  box-shadow: 0 0 0 2px rgba(24, 89, 129, 0.25);
  outline: none;
}

/* --------------------------------------------------------------
Gutenberg / Elementor
-------------------------------------------------------------- */

.wp-block,
.elementor {
  max-width: 100%;
}

/* --------------------------------------------------------------
Utilities
-------------------------------------------------------------- */

hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 1.5rem 0;
}
