/*
Theme Name: Red Theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.2
Text Domain: red-theme
*/

input {
    box-sizing: border-box;
    border: 1px solid #b0b0b0;
    background-color: #FFFFFF;
    width: 100%;
    line-height: 44px;
    font-size: 16px;
    font-family: inherit;
    padding: 4px 9px;
}

input:focus{
    outline: none;
}

.wpcf7 .dark-background {
    color: var(--wp--preset--color--base);
    font-weight: bold;
}

.wpcf7-submit, .menu-button > a {
    font-family: var(--wp--preset--font-family--barlow-condensed);
    text-transform: uppercase;
    border-radius: 0.2em;
    background-color: var(--wp--preset--color--accent);
    border-width: 0;
    color: var(--wp--preset--color--base);
}

.menu-button > a {
    padding: 10px 16px;
}

.menu-button > a:hover {
    color: var(--wp--preset--color--base);
}