/** 
 * Theme Name: WulfPress
 * Theme URI: https://neowulf.net/themes/wulfpress/
 * Author: Neowulf
 * Author URI: http://neowulf.net/
 * Description: A custom, lightweight WordPress theme exclusively for our clients.
 * Version: 2024.11.14
 * Requires at least: 5.4
 * Tested up to: 5.4
 * Requires PHP: 5.6
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: wulfpress
 * Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 *
 * WulfPress, Copyright © 2023-2024 Neowulf.
 * WulfPress is distributed under the terms of the GNU GPL v2 or later.
 *
 * WulfPress is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
 */

 @font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans'), local('NotoSans'),
        url('../fonts/noto-sans-v37-latin-regular.woff2') format('woff2'),
        url('../fonts/noto-sans-v37-latin-regular.woff') format('woff');
}

:root {
	--nw-color-hyperlink: #a66a2c;
	--nw-color-hyperlink-hover: #dcb98c;
	--nw-color-primary: #dcb98c;
	--nw-color-on-primary: #3d2b1f;
	--nw-color-secondary: #a66a2c;
}

body {
	margin: 0;
	
	font-family: "Noto Sans";
}

footer, header, main {
	position: relative;
}

footer {
	z-index: 8;
}

header {
	z-index: 16;
}

main {
	z-index: 0;
}

a {
	color: var(--nw-color-primary) !important;
}

a:hover {
	color: var(--nw-color-secondary) !important;
}

footer a:hover {
	color: #fff !important;
}
