/*
Theme Name: Flagstaff Tech Group
Theme URI: https://flagstafftechgroup.org
Description: Custom block theme for the Flagstaff Tech Group community website. Dark tech aesthetic.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
Author: Flagstaff Tech Group
License: GPL-2.0-or-later
Text Domain: ftg
*/

/* Heading sizes — explicit fallback in case CSS variable resolution fails */
h1 { font-size: 3.25rem !important; }
h2 { font-size: 2.25rem !important; }
h3 { font-size: 2rem !important; }

/* MailPoet form */
.mailpoet_form {
    max-width: 440px;
}
.mailpoet_form .mailpoet_paragraph {
    margin-bottom: 1rem !important;
}
.mailpoet_form input.mailpoet_text,
.mailpoet_form input.mailpoet_textarea,
.mailpoet_form input[type="email"],
.mailpoet_form input[type="text"] {
    padding: 0.75rem 1rem !important;
    height: auto !important;
    min-height: 3rem !important;
    font-size: 1rem !important;
    box-sizing: border-box !important;
    width: 100% !important;
}
.mailpoet_form input.mailpoet_submit,
.mailpoet_form button.mailpoet_submit {
    display: block !important;
    width: fit-content !important;
    padding: 0.75rem 1.75rem !important;
    min-height: 3rem !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    background-color: #22d3ee !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
}
