/**
 * CSS Stylesheet for printing
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: print_stylesheet.css 4530 2006-09-16 04:00:24Z drbyte $
*/


:root {
	--font-ui: "Lora", Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
	--font-ness: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
	--font-code: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
	--font-brand: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;

	--body-bg: white;
	--body-text: black;
	--accent-color: #00556e;
	--brand-color: #8f4700;

	/** Elements "elevated" above base body */
	--elevation-1: hsl(36, 12%, 92%);
	--elevation-1-inverse: hsl(36, 12%, 8%);

	/** Topbanner */
	--topbanner-notice-background: rgb(0, 85, 110);
	--topbanner-notice-color: white;

	--topbanner-error-background: rgb(161, 0, 0);
	--topbanner-error-color: white;

	--topbanner-caution-background: rgb(255, 165, 31);
	--topbanner-caution-color: rgb(0, 0, 0);
	--topbanner-warning-background: var(--topbanner-caution-background);
	--topbanner-warning-color: var(--topbanner-caution-color);

	--topbanner-success-background: rgb(0, 119, 60);
	--topbanner-success-color: white;

	/** Navbar */
	--navbar-border-top: var(--accent-color);
	--navbar-background: rgb(255, 243, 227);
	/* This would be the brand color, but it's not accessible on this background at this text size. */
	/* There's a handy accessibility checker in Chrome + FF devtools, see "WCAG contrast standards" */
	--navbar-link-color: #803f00;

	--searchbar-background: rgb(255, 221, 169);
	--searchbar-textcolor: #412000;
	
	--footer-background: #412000;
	--footer-textcolor: #fff3e3;
}

body {background-color: #ffffff;}
#contentMainWrapper {background-color: #ffffff;}
.messageStackWarning, #navMainWrapper, #navMainSearch, #navCatTabsWrapper, #navEZPagesTop, 
#navColumnOne.columnLeft, #navColumnTwo.columnRight, 
.navMainSearch,
#navSupp, .banners, #navBreadCrumb, .buttonRow { display: none;}


/* Other relevant properties for paged media:
- page-break-before
- page-break-after
- page-break-inside
- orphans
- widows
*/

