/*
 Theme Name:   Kreazot
 Theme URI:    https://kreazot.ru/kreazot/
 Description:  Storefront Child Theme
 Author:       Kreazot DIY
 Author URI:   https://kreazot.ru
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kreazot
*/
@import url('//fonts.googleapis.com/css2?family=PT+Mono&display=swap');
body {
	font-family: 'PT Mono', monospace !important;
}
.storefront-breadcrumb {
	padding:1em 0;
	margin: 0 0 1em !important;
}

.storefront-full-width-content .woocommerce-products-header {
    padding: 0 0 0.5em !important;
}

.site-main {
    padding-top: 1em !important;
}
.page-template-template-homepage .type-page {
 padding-top: 1em;
}
.page-template-template-homepage .entry-header {
    max-width: 35em !important;
}

.page-template-template-homepage .entry-header h1 {
	font-size: 3.2em !important;
}