/*
Theme Name: Wemakebloom
Theme URI: https://wemakebloom.com/
Author: Wemakebloom
Description: Application theme for the Wemakebloom learning platform and Tutor LMS.
Version: 0.1.0
Text Domain: wemakebloom
Requires at least: 6.7
Requires PHP: 8.1
*/

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

html,
body {
	margin: 0;
	min-height: 100%;
}

body {
	background: var(--wmb-color-background, #fff);
	color: var(--wmb-color-text, #020408);
}

a {
	color: inherit;
}

img,
video,
iframe {
	max-width: 100%;
}

.wmb-site,
.wmb-site-main {
	min-height: 100vh;
}

.wmb-default-content {
	margin: 0 auto;
	max-width: var(--wmb-content-max-width, 1520px);
	padding: var(--wmb-content-padding, 10px);
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

