/*
Theme Name: Huss
Theme URI: https://dezigndigital.com.au/themes/huss/
Author: dezigndigital
Author URI: https://dezigndigital.com.au/
Description: Huss is a lightweight and minimal WordPress block theme, also known as FSE theme. If you want 100 page speed in Google, GTmetrix, pingdom, etc then this theme is for you. It is perfect for blog website. A carefully crafted theme Huss is responsive and comes with 4 different styles. Fonts are easily readable, color combination is perfect and dark mode available. Download and use it for free. https://dezigndigital.com.au/themes/huss/
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: huss
Tags: blog, one-column, wide-blocks, block-styles, featured-images, full-site-editing, rtl-language-support, threaded-comments, translation-ready
*/

a {
	transition: all 0.3s ease-in-out;
}

/*
* Control the hover stylings of outline block style.
*/
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--accent-2);
	border-color: var(--wp--preset--color--accent-2);
	color: var(--wp--preset--color--background);
}

/* PRIMARY NAV LIST */
.primary-nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav-list.footer-nav {
	justify-content: center;
}

.wp-block-navigation__responsive-container {
	padding: 30px !important;
}
