/*
Theme Name: BounceStrike
Theme URI: https://bouncestrike.com
Author: totolazza
Author URI: http://lazza.co
Description: A barebones WordPress theme skeleton with basic post metadata.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: strike
*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Space Grotesk", sans-serif;
}
/* blog */
.post-content {
	color: #485838;
}
.post-content figure.wp-block-table {
	border: 1px solid rgba(54, 83, 20, 0.1);
	border-radius: 12px;
	margin: 20px 0 25px 0;
}
.post-content table {
  font-size: 0.875rem;
	border-radius: 0.75rem;
  border: 1px solid rgba(54, 83, 20, 0.15);
  border-collapse: collapse;
  overflow: hidden;
  box-sizing: border-box;
}
.post-content thead {
  border: 1px solid rgba(54, 83, 20, 0.1);
}
.post-content thead tr {
  background-color: rgba(236, 252, 203, 0.5);
  text-align: left;
}
.post-content thead th {
  padding: 0.75rem;
  border: 1px solid rgba(54, 83, 20, 0.1);
}
.post-content tbody td {
  padding: 0.75rem;
  border: 1px solid rgba(54, 83, 20, 0.1);
	font-size:15px;
}
.post-content blockquote p {
	font-size: 20px;
	line-height: 32px;
	color: #192f03;
}
.post-content code {
	background: #192b03;
    color: #7ccf00;
    padding: 5px 10px;
    border-radius: 6px;
	font-size: 14px;
}
.post-content a {
    color: #497d00;
	text-decoration: underline;
}
.post-content a:hover {
    color: #497d00;
	text-decoration: none;
}
.post-content b, .post-content strong {
	color: #192f03;
}
.post-content hr {
	border-top: 1px solid;
	border-top-color: #e9eae6;
	margin: 60px 0;
}
.post-content h2 {
	  font-size: 30px;
    line-height: 36px;
    margin: 60px 0 25px 0;
    font-weight: 600;
    color: #192f03;
	letter-spacing: -0.025em;
}
.post-content h3 {
	  font-size: 23px;
    line-height: 29px;
    margin: 60px 0 25px 0;
    font-weight: 600;
    color: #192f03;
	letter-spacing: -0.025em;
}
.post-content .wp-block-column h3 {
	margin: 15px 0 25px 0;
}
.post-content .wp-block-code {
margin-bottom: 25px;
}
.post-content p {
	margin: 0 0 25px 0;
	line-height: 1.8rem;
}
.post-content li {
	margin: 0 0 5px 0;
}
.post-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 25px;
}
.post-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
/* blog */