/*
Theme Name: GESPATE Elementor
Theme URI: https://gespate.ufma.br/
Author: GESPATE
Description: Tema institucional claro e responsivo do GESPATE, compatível com Elementor Free. Inclui tipos de conteúdo para pesquisadores, linhas de pesquisa e publicações, shortcodes e conteúdo inicial.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gespate-elementor
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns, accessibility-ready, translation-ready, elementor
*/

:root {
  --gespate-ink: #17324b;
  --gespate-blue: #176b98;
  --gespate-teal: #159293;
  --gespate-purple: #7250b5;
  --gespate-gold: #e0a743;
  --gespate-orange: #e47732;
  --gespate-surface: #ffffff;
  --gespate-soft: #f6f8f6;
  --gespate-border: #dce5e8;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--gespate-surface); color: var(--gespate-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: var(--gespate-blue); }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; margin: 1rem; padding: .8rem 1rem; clip: auto; background: #fff; z-index: 99999; }
.gespate-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-content { min-height: 60vh; }
.entry-content > *:not(.alignfull) { max-width: 1180px; margin-left: auto; margin-right: auto; }
.elementor-page .entry-content > * { max-width: none; }
.gespate-default-content { padding: 64px 0 90px; }
.gespate-default-content h1 { font-size: clamp(2.3rem, 7vw, 4.8rem); line-height: 1.04; }
