@font-face {
  font-family: 'League Spartan Variable';
  src: url('../../../fonts/LeagueSpartan-VariableFont_wght.ttf') format('woff2-variations');
  font-weight: 200 900;
}

@font-face {
  font-family: 'League Gothic';
  src: url('../../../fonts/LeagueGothic-Regular.woff') format('woff2-variations');
  font-weight: 400, 600;
}

@font-face {
  font-family: 'Goudy';
  src: url('../../../fonts/GoudyStM-webfont.woff') format('woff2-variations');
  font-weight: 400, 600;
}


body {
	font-size: 18px;
  font-weight: 400;
}

body,
/*h1, h2, h3, h4, h5, h6,*/
#logo-strapline,
#hero,
button, input, optgroup, select, textarea,
.price-badge .lrg,
.preview-box {
	/*font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;*/
	font-family: 'League Spartan Variable', Arial, Helvetica, sans-serif;
	/*font-family: 'Goudy', Arial, Helvetica, sans-serif;*/
}

h1, h2, h3, h4, h5, h6, #main-menu .menu-item, .overall-rating, .review-wrap .review,
.m-font,
.price-badge {
	/*font-family: 'League Gothic', Arial, Helvetica, sans-serif;
	font-family: 'Goudy', Arial, Helvetica, sans-serif;*/
}

h1, h2, h3, h4, h5, h6, #main-menu .menu-item, .overall-rating, .review-wrap .review {
	font-weight: 500;
	/*text-transform: uppercase;*/
}

.h1, h1 {font-size: 2.2em;}
.h2, h2 {font-size: 1.8em;}
.h3, h3 {font-size: 1.6em;}
.h4, h4 {font-size: 1.4em;}

@media (max-width: 767px) {
    .h1, h1 {
        text-align: center;
    }
}

/*
.hdr-grunge {
	background: url("../../images/grunge-texture.jpg") repeat center;
	background-size: auto;
	background-clip: border-box;
	background-size: 250px !important;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}*/

.btn, .wpcf7 input[type="submit"] {
	transition: all .1s ease-in-out;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.btn, .wpcf7 input[type="submit"] {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-group-lg > .btn, .btn-lg, .wpcf7 .btn-group-lg > input[type="submit"],
.btn, .wpcf7 input[type="submit"],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius: 0;
}

.lead {font-weight: 400;}

b, strong {font-weight: 600;}