/*
Theme Name: School Manager
Theme URI: https://clearwinds.net/
Description: Child theme for School Manager. Generated by the CWT build pipeline.
Author: Clear Winds Technologies
Template: generatepress
Version: 1.0.0
Text Domain: sm-child
*/

/* Design tokens, resets and base typography live in assets/theme.css,
   enqueued from functions.php. Anything added below is a deliberate
   exception that GeneratePress global styles and GenerateBlocks Global
   Styles cannot express -- document why. */

/* GeneratePress paints its content containers a solid color, which sits
   on top of the body-level background washes the prototype defines.
   Composed pages are full-bleed designs; let the body show through. */
.separate-containers .inside-article,
.one-container .container,
.site-content,
.content-area,
.inside-article {
	background: transparent;
}
