/*
Theme Name: Wicca Catálogo
Theme URI: https://wiccacentrodeterapias.com.br
Author: Wicca
Description: Tema personalizado para catálogo e loja da Wicca Centro de Terapias.
Version: 1.0.0
Text Domain: wicca-catalogo
*/

/* Base Styles */
:root {
    --primary-color: #6A3A9B; /* Terracotta */
    --secondary-color: #AEB6A1; /* Sage Green */
    --header-bg: rgba(251, 250, 247, 1); /* Off-white from original site */
    --text-color: #333;
    --white: #ffffff;
    --font-family: 'Work Sans', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: #f9f9f9;
    overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}
