/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com
Description: Tema personalizado para Oficina do Relojoeiro
Version: 1.0
Author: G Reckziegel
Author URI: https://example.com
Template: twentytwentyfive
Text Domain: twentytwentyfive-child
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Imports */
@import url('../twentytwentyfive/style.css');

/* Seu CSS personalizado aqui */
:root {
    --color-primary: #5E5240;
    --color-dark: #1F2121;
    --color-light: #F5F5F5;
    --color-text: #000000;
    --color-border: #A7A9A9;
    --font-serif: 'Playfair Display', serif;
}
