/*
Theme Name: Tema Notícias G1 Azul Laranja
Theme URI: https://seudominio.com
Author: Wandemberg
Description: Tema estilo G1 com azul e laranja claro
Version: 1.0
License: GPL
Text Domain: tema-noticias-g1
*/

body {
  font-family: 'Roboto', sans-serif;
  background: #f5f5f5;
  color: #111;
  margin: 0;
}
header {
  background: #0056a3;
  color: white;
  padding: 15px;
  position: sticky;
  top: 0;
  z-index: 999;
}
nav {
  background: #ffb347;
  padding: 10px;
  text-align: center;
}
nav a {
  color: #0056a3;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
}
.post-card {
  background: white;
  margin: 10px;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
footer {
  background: #004080;
  color: white;
  text-align: center;
  padding: 20px;
}