/*
  Theme Name: Michael Kujawa
  Theme URI: https://michaelkujawa.com/
  Version: 1.0.0
  Template: Divi
  Author: Michael Kujawa
  Author URI: https://michaelkujawa.com/
  Text Domain: michael-kujawa
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* WooCommerce Body Typography */
.woocommerce,
.woocommerce-page,
.woocommerce p,
.woocommerce li,
.woocommerce td,
.woocommerce th,
.woocommerce input,
.woocommerce select,
.woocommerce textarea,
.woocommerce button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

/* WooCommerce Headings */
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6,
.woocommerce .product_title,
.woocommerce-loop-product__title,
.woocommerce-cart h2,
.woocommerce-checkout h3 {
    font-family: 'Love Ya Like A Sister', cursive;
    font-weight: 700;
    line-height: 1;
}


table.variations th{
	padding:0 !important;
}