/*
Theme Name: Déborah Menezes - IE Intercâmbio
Theme URI: https://agenciadeintercambio.com/
Author: Déborah Menezes
Author URI: https://agenciadeintercambio.com/
Description: Tema personalizado para o blog da consultora de intercâmbio Déborah Menezes. Design moderno com as cores e tipografia da marca IE Franca.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deborah-intercambio
Tags: blog, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================
   VARIÁVEIS DE MARCA
   ========================================= */
:root {
    --color-primary: #004b79;
    --color-secondary: #1a4b8c;
    --color-accent-gold: #f3b51a;
    --color-accent-pink: #e8117f;
    --color-sand: #FDFCF0;
    --color-white: #ffffff;
    --font-serif: 'Roboto Condensed', sans-serif;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-sans);
    color: #1e293b;
    background: #ffffff;
    overflow-x: hidden;
    padding-top: 96px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
