/*!
Theme Name: Robobrick
Theme URI: http://underscores.me/
Author: Iskak
Author URI: https://www.linkedin.com/in/iskakfm/
Description: Theme for Robobrick
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: robobrick
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.

Robobrick 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	font-family: "Plus Jakarta Sans", sans-serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari) */
.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for Firefox */
.hide-scrollbar {
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
}

.content-wrapper h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 24px;
}

.content-wrapper h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 24px;
}

.content-wrapper p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 24px;
}

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

.content-wrapper ul li {
	margin-bottom: 4px;
}

@media (width >= 64rem) {
	.content-wrapper h2 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 700;
		margin-bottom: 48px;
	}
	.content-wrapper h3 {
		font-size: 24px;
		line-height: 26px;
		font-weight: 700;
		margin-bottom: 24px;
	}
	.content-wrapper p {
		font-size: 20px;
		line-height: 26px;
		font-weight: 400;
		margin-bottom: 36px;
	}
}