/*
Theme Name: Eduplat
Theme URI: https://github.com/pink-elephant/education
Author: Pink Elephant
Description: Starter theme for the learning platform.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eduplat
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

body {
	font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #222222;
}

img {
	max-width: 100%;
	height: auto;
}

/*
 * Landing shell.
 * Theme containers are simple pass-through wrappers. Width, spacing, and backgrounds
 * come from each block (Hero, About, Features, etc.). No max-width, padding, or frame.
 */
.site,
.site-main,
.site .entry,
.site .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

/* Hide the default theme header/footer and post title — landing blocks handle layout. */
.site-header,
.site-footer,
.site .entry > .entry-title,
.site .entry > .entry-meta {
	display: none;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}
