/*
Theme Name: ITV / PSDB - Ciclo Nacional de Formação Política
Theme URI: https://seminarioitv.azurewebsites.net/
Author: Kinkajou Dev
Description: Landing page moderna (Tailwind CDN) para o "Ciclo Nacional de Formação Política 2026" do ITV.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itv-ciclo-2026
Tags: one-page, landing-page, accessibility-ready, responsive, custom-logo
*/

:root {
  --itv-green: #398c22;
  --itv-black: #0b0f14;
  --itv-ink: #0f172a;
  --itv-mist: #f7f7f7;
}


html { scroll-behavior: smooth; }

@import url('assets/motion.css');

.prose p {
    margin-bottom: 1rem;
}

