/*
Theme name: Mod Blog
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }

.h1, .h2, .h3, .h4, .h5, .h6{
    margin-bottom: .75em;
    font-family: GTWalsheimPro,Arial,Helvetica,sans-serif;
    font-weight: 700;
}
.h1 {
    font-size: 64px;
    line-height: 1.16;
}
.section-product .section__body .h1 {
    font-size: 45px;
    margin-bottom: 5px;
}

#breadcrumb a {
    text-decoration: none;
}