/* Estilos personalizados */
body {
    font-family: 'Inter', sans-serif;
}
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}
/* Cor tema da padaria (ex: marrom quente) */
.theme-bg { background-color: #854d0e; } /* Ex: bg-yellow-800 */
.theme-text { color: #854d0e; }
.theme-border { border-color: #854d0e; }
.theme-bg-light { background-color: #fefce8; } /* Ex: bg-yellow-50 */