@charset "utf-8";
@page {
	size: portrait;
	margin: 0;
}
/* ------------------------------------------------------------------------
    BASE
------------------------------------------------------------------------  */
body {
	-webkit-print-color-adjust: exact;
	width: 100%;
	max-width: 1200px;
}

/* ------------------------------------------------------------------------
    Header
------------------------------------------------------------------------  */
header.is-fixed {
	position: static !important;
}
