@import url("theme_settings/theme_settings.css");

/* PALISD (district) campus stylesheet.
   The Palisades master design system is delivered to this campus via the
   per-campus master-CSS toggle (common_files/main.css) — enable it in CMS
   admin. Keep this file for campus-specific overrides only. */

/* Header identity logo masked into the banner shape — same-origin per campus
   (mask CORS constraint). Color-1 theme comes from the master default. */
a.header-identity__link {
	-webkit-mask-image: url("/pics/header_logo_mask.svg");
	        mask-image: url("/pics/header_logo_mask.svg");
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}
