/*!
Theme Name: Bitsbazar
Theme URI: http://underscores.me/
Author: Iskak Purnomo
Author URI: https://www.linkedin.com/in/iskakfm/
Description: Theme for Bitsbazar
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bitsbazar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bitsbazar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

html, body {
	background: white;
	color: #50617A;
	font-family: "Instrument Sans", sans-serif;
	font-style: normal;
}

h1 {
	font-size: 64px;
	line-height: 70px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #202632;
}

h2 {
	font-size: 56px;
	line-height: 62px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #202632;
}

h3 {
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #202632;
}

h4 {
	font-size: 40px;
	line-height: 46px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #202632;
}

h5 {
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -0.5px;
	font-weight: 700;
	color: #202632;
}

h6 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.5px;
	font-weight: 700;
	color: #202632;
}

h7 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.5px;
	font-weight: 700;
	color: #202632;
}

p {
	font-size: 16px;
	line-height: 26px;
}

img {
	max-width: 100%;
}

.content-wrapper p {
	margin-bottom: 24px;
}
.content-wrapper p:last-child {
	margin-bottom: 0px;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6,
.content-wrapper h7 {
	margin-bottom: 12px;
}

.content-wrapper ul {
	list-style-type: disc;
	padding-left: 24px;
	margin-bottom: 24px;
}

.content-wrapper ol {
	list-style-type: auto;
	padding-left: 24px;
	margin-bottom: 24px;
}

.has-x-large-font-size {
	font-size: 18px!important;
	line-height: 28px;
}

.has-large-font-size {
	font-size: 16px!important;
	line-height: 26px;
}

.has-medium-font-size {
	font-size: 14px!important;
	line-height: 24px;
}

.has-small-font-size {
	font-size: 12px!important;
	line-height: 22px;
}

.wp-block-button__link {
	background: #0014DD;
	border-radius: 12px;
	padding: 14px 32px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}