/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
 Description:  Minimal child theme enforcing Lexend typography site-wide
 Author:       Your Name
 Version:      1.0
*/

body, p, h1, h2, h3, h4, h5, h6,
input, select, textarea, button,
label,
.wp-block-button__link,
.jetpack_subscription_widget input,
.jetpack_subscription_widget input[type="submit"],
.jetpack-sharing-buttons__services-list {
    font-family: 'Lexend', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

.jetpack_subscription_widget input[type="submit"] {
    background: #333;
    color: #fff;
    padding: 0.5em 1em;
    border: none;
    cursor: pointer;
}

.jetpack_subscription_widget input[type="submit"]:hover {
    background: #555;
}

.site-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-navigation {
    width: auto;
}

.main-navigation .main-nav ul {
    justify-content: flex-start;
}
