/**
 * Mailchimp for WordPress signup form
 *
 * The plugin's own form-themes.css (theme-light) carries the whole look — border,
 * radius, colours, field width — exactly as on production. Only the inputs need
 * help: form controls do not inherit the page font, so without this they render
 * in the browser default (Arial 13.33px) while production shows Ubuntu 16px.
 */

.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"],
.mc4wp-form input[type="submit"] {
	font-family: var(--font-family);
	font-size: 16px;
}
