/*
 Theme Name:   Willy Winch
 Theme URI:    https://willywinch.com/
 Description:  Custom GeneratePress child theme
 Author:       Office To-Go
 Author URI:   https://officeto-go.com/
 Template:     generatepress
 Version:      1.0
*/
li, ol, ul {
  margin-bottom: 10px;
}
.entry-content p a, .entry-content p a, li a, ol a, .single-post .inside-article .entry-content p a {
    font-weight: 600;
}
/*WooCommerce */
.woocommerce div.product form.cart .variations label {
  font-weight: 600;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 1em;
}