/*
Theme Name: Farmhouse Theme
Theme URI: https://www.waynebeauchamp.co.uk/
Author: Wayne Beauchamp
Author URI: https://www.waynebeauchamp.co.uk/
Description: A child theme for TT5.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Template: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Five Child WordPress Theme, (C) 2025 WordPress.org
Twenty Twenty-Five Child is distributed under the terms of the GNU GPL.
*/


@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');

h1, h1.has-system-font-font-family, h2, .wp-block-site-title a { 
	font-family: "Carattere", cursive;
	font-weight: 100;
	font-style: normal;
}
.wp-block-site-title a { font-size: 2em; }

h2.wp-block-site-title { font-size: 3em; font-weight: 100; }

.wpcf7-form input, .wpcf7-form textarea {padding: 15px; font-size: 1.3em;}

.wpcf7-form input[type='text'], .wpcf7-form input[type='email'], .wpcf7-form textarea {border-radius: 8px; width: 100%; border: 1px solid #999;  }