/*
Theme Name: Segredos by Cláudia Oliveira
Theme URI: https://segredos.pt
Author: Agilstore
Author URI: https://agilstore.pt
Description: Tema exclusivo desenvolvido para a boutique Segredos by Cláudia Oliveira, com design sofisticado e minimalista.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, fashion, minimal, responsive
Text Domain: segredos
*/

/* 
   Estilos globais que complementam o Tailwind.
   As classes utilitárias são carregadas via CDN no functions.php.
*/

body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, .font-serif {
    font-family: 'Playfair Display', serif;
}

/* Custom Color Utilities to match React config */
.bg-brand-teal { background-color: #a3d9d3; }
.text-brand-teal { color: #a3d9d3; }
.border-brand-teal { border-color: #a3d9d3; }

.bg-brand-dark { background-color: #2d4a3e; }
.text-brand-dark { color: #2d4a3e; }
.border-brand-dark { border-color: #2d4a3e; }

/* Animation Keyframes migrated from style blocks or inline styles */
@keyframes progress {
    from { width: 0%; }
    to { width: 100%; }
}

/* Fix for smooth scrolling behavior */
html {
    scroll-behavior: smooth;
}
