
/* About this style sheet */

/* Author/source: Martin Post / 9to5 Media Services – https://9to5.services/ */

/* How and where to use:  */

/* Override style sheet for KMA web manuals. ONLY USE IN TANDEM WITH 9to5.css. */

/* Used at: https://kma.specs-and-docs.online/ */

/* Last edit date: 2024-12-09 */

/* Last edits: */
/* Legacy colours removed */
/* Print style for code adjusted */

	:root 	{
		--color-brand:	rgba(172,140,113,1);
		--color-brand-light:	rgba(172,140,115,1);	/* “KMA Gold” */
		--color-brand-dark:	rgba(38,42,52,1);	/* Dark blue */

		--background-color-brand:	rgba(172,140,113,1);
		--background-color-brand-light:	rgba(172,140,115,1);	/* “KMA Gold” */
		--background-color-brand-dark:	rgba(38,42,52,1);	/* Dark blue */

		--font-scale-ratio:	1.2;	/* Default: 1.3333. Lower value for KMA */

		--brand-color:	rgba(173,140,113,1);	/* LEGACY*/

		}
@media screen 	{
	*	{
		font-family:	'Quattrocento Sans','Helvetica Neue LT','Helvetica Neue','Helvetica',sans-serif;
		font-weight:	400;
		}
	blockquote,
	dd,
	li,
	p,
	td	{
		line-height:	1.5rem;
		}
	code	{
		background-color:	transparent;
		font-family:	'Quattrocento Sans','Helvetica Neue LT','Helvetica Neue','Helvetica',sans-serif;
		font-weight:	bold;
		}
	dd	{
		margin-left:	0;
		}
	h1	{
		color:	black;
		font-family:	'Quattrocento',serif;
		font-weight:	700;
		margin-bottom:	0rem;
		margin-top:	2.5rem;
		}
	h2	{
		border-bottom-width:	0px;
		font-weight:	700;
		margin-bottom:	0rem;
		margin-top:	1.5rem;
		padding-bottom:	0rem;
		}
	h3,
	h3 code	{
		font-family:	'Quattrocento',serif;
		}
	strong,
	dt,
	h1.headbg	{
		font-weight:	700;
		}
	p.note,
	div.note 	{
		background-color:	transparent;
		border-left:	0rem solid transparent;
		font-style:	italic;
		padding:	0rem;
		}
	.title,
	p.headbg	{
		text-transform:	none;
		}
	p#title	{
		font-family:	'Quattrocento',serif;
		font-weight:	700;
		font-style:	normal;
  		}
	span#document-subtitle	{
		font-family:	'Quattrocento Sans','Helvetica Neue LT','Helvetica Neue','Helvetica',sans-serif;
		font-weight:	400;
  		}
	}
@media print	{
	*	{
		font-family:	'Quattrocento Sans','Helvetica Neue LT','Helvetica Neue','Helvetica',sans-serif;
		}
	h1,
	h3,
	h3 code	{
		font-family:	'Quattrocento',serif;
		}
	code	{
		font-family:	'Quattrocento Sans','Helvetica Neue LT','Helvetica Neue','Helvetica',sans-serif;
		font-weight:	bold;
		}
	p#title	{
		font-family:	'Quattrocento',serif;
		font-weight:	700;
		font-style:	normal;
  		}
	}
