/**
Theme Name: Astra Child Theme Calcumber
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme-calcumber
Template: astra
*/

/* Indent levels for paragraph text */

.entry-content p.indent-1 {
  padding-left: 2em;
}

.entry-content p.indent-2 {
  padding-left: 4em;
}

/* Set spacing for Heading blocks */
.entry-content .wp-block-heading {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

/* Inline code styling */
.entry-content code {
	background-color: #eee;
	padding: 0.2em 0.4em;
	border-radius: 3px;
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.entry-content .padding-0 {
	padding: 0em !important;
}