/*
Theme Name: Sítio da Serra
Theme URI: http://www.sitiodaserra.com.br/
Author: Arcade Stúdio
Author URI: http://www.arcadestudio.com.br/
Description:  O Sítio da Serra é um dos principais fornecedores de frutas na região de Belém. Atualmente, o Sítio da Serra fornece diariamente para 55 lojas.
Além do trabalho de distribuição das frutas, o Sítio possui excelência no serviço interno nos supermercados.
Version: 2.0
License: GPL-2.0-or-later
Tags: Frutos do pará, Frutas em belém, Frutas no norte, Frutas no centro oeste, Sitio frutas, Vida saudavel
Text Domain: Sitio da Serra
*/

/* Reset */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif; line-height: 1.6; color: #222; }

.container { max-width: 960px; margin: 0 auto; padding: 1.5rem; }
.site-header, .site-footer { background: #f5f5f5; }
.site-title a { text-decoration: none; color: inherit; }
.nav { display: flex; gap: 1rem; list-style: none; padding: 0; margin: .5rem 0 0; }
.nav a { text-decoration: none; color: #0366d6; }
.entry-title a { text-decoration: none; color: #111; }
.entry { margin: 2rem 0; }
.pagination { display:flex; gap:1rem; }
