/*
Theme Name: Angel Baez
Theme URI: https://example.com/angel-baez
Description: A child theme for Twenty Twenty-Five
Author: Angel Baez
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: angel-baez
Domain Path: /languages
*/

/* Child theme styles */
:root {
	--wp-preset-color-primary: #0073aa;
	--wp-preset-color-secondary: #005a87;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Custom branding */
.site-title {
	color: var(--wp-preset-color-primary);
}

/* Add your custom styles below */
