/**
 * @name Cyan Lite
 * @description Clean, Customizable and relatively lighter, with custom background support
 * @author DaBluLite#7409
 * @authorId 582170007505731594
 * @version 5.0.0
 * @updateUrl https://dablulite.github.io/Cyan/Cyan.theme.css
 * @source https://github.com/DaBluLite/Cyan
 * @invite ZfPH6SDkMW
 */

/*
Huge thanks to all the contributors of this project!

		     Contributors
====================================================
=						   =
=           Custom Icons: Bootstrap Icons          =
=          (Licensed Under the MIT Lisence)        =
=        Darkened color scheme: maenDisease        =
=               Code cleanup: lucism               =
=        Additional code and help by carrot        =
=						   =
====================================================
*/
 
@import url(https://dablulite.github.io/Cyan/import-lite.css);
:root {
	--cyan-background-primary: hsla(0deg 0% var(--cyan-background-lightness) / 40%);
	--cyan-font: 'Montserrat', 'Open Sans';
	--cyan-background-img: url(https://dablulite.github.io/Cyan/cyan-waves.png);
	--cyan-accent-color: #009f88;
	--cyan-status-mask-background: var(--profile-body-background-color);
	--cyan-text-shadow: 1;
	--window-margin: 8;
	--window-border-radius: 8px;
}
