/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
	font-family: "inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: var(--contrast);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    color: var(--contrast-6);
}
h1, h2 {
    font-weight: 900;
}

/* form styling - for the holding page */

input {
	min-width: fill;
	min-width: -webkit-fill-available;
	
}

.wpforms-field-row.wpforms-field-medium {
    width: 100%;
    min-width: -webkit-fill-available;
}

button#wpforms-submit-221 {
    width: 100%;
	border: solid 1px ;
}
