/*
Theme Name:   AIGAS Academy Child
Theme URI:    https://aigas.org.uk
Template:     astra
Description:  Child theme for the AIGAS Academy subdomain. Inherits Astra and only supplies the Academy shell tokens and the CSS resets the plugin needs.
Author:       AIGAS
Version:      0.1.0
Text Domain:  aigas-academy-child
*/

/* Kill the theme container padding on Academy pages so the plugin owns the layout. */
body.page-template-default.page[class*="page-id-"] .site-content,
body.single-csp_course .site-content,
body.single-csp_unit .site-content {
	padding: 0 !important;
}

/* Hide the marketing site's top nav and footer widgets on Academy pages.
   The Academy is an app; the marketing menu doesn't belong here. */
body.single-csp_course .site-header,
body.single-csp_unit .site-header,
body.page-template-default.page.aigas-academy-page .site-header,
body.single-csp_course .site-footer,
body.single-csp_unit .site-footer,
body.page-template-default.page.aigas-academy-page .site-footer {
	display: none !important;
}

/* Give the app shell a clean grey backdrop everywhere it lives. */
body.single-csp_course,
body.single-csp_unit,
body.page-slug-csp,
body.page-slug-csp-login,
body.page-slug-csp-submitted {
	background: #F4F6FA !important;
	color: #0B1220;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
