/*!
Theme Name: Argentum
Theme URI: https://gnistdesign.no
Author: Gnist Design
Author URI: https://gnistdesign.no
Description: A custom theme for Argentum.
Tags: full-site-editing, block-patterns, accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style one-column, template-editing, translation-ready, wide-blocks
Requires at least: 6.8
Tested up to: 6.8.3
Requires PHP: 8.3
Version: 1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: argentum

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Global Normalizer */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	scroll-behavior: smooth;
}

a {
	text-underline-offset: 30%;
}

.w-full {
	width: 100%;
}

.overflow-hidden {
	overflow: hidden;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	min-width: 0;
	font-synthesis: none !important;
}

.wp-block-site-logo {
	flex: 1 0 auto;
}

.wp-block-polylang-language-switcher {
	padding: 0 0 0 16px;
	margin: 0;
	list-style: none;

	a {
		text-decoration: none;

		&:hover {
			text-decoration: underline;
		}
	}
}

/* FSE Fix for images. */
figure img {
	width: 100%;
	object-fit: contain;
}

.no-gap-top {
	margin-block-start: 0;
}

.gc-cards-template img {
	object-position: top;
}

.site-header > div {
	position: fixed;
	width: 100%;
	z-index: 9999;
	height: 99px;
	background-color: #fff;
	border-bottom: 1px solid transparent;
}

.site-content {
	margin-block-start: 0 !important;
	padding-top: 99px;
}
