/*
Theme Name: Absosus
Author: Mast__G
Author URI: 
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: absosus
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/

:root {
	/* Base */
	--base-color: #1e1e1e;
	/* Base Less Vibrant */
	--less-vibrant-color: #1e1e1e;
	/* Contrast */
	--contrast-color: #EFE7DA;
	/* Primary */
	--primary-color: #d65959;
	/* Secondary */
	--secondary-color: #FFA13E;
	/* Transparent */
	--transparent-color: transparent;

	--font-size--reset: 1.125rem;
}

.page,
.blog,
.single,
.single-softwaretool {
	font-size: var(--font-size--reset); 
}

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

main#wp--skip-link--target,
.wp-block-post-content {
	padding-top: initial !important; /* var(--wp--preset--spacing--60); */
	padding-bottom: initial !important;
}

.wp-site-blocks {
	padding-bottom: initial;
}

:where(.wp-site-blocks) > * {
	margin-block-start: initial;
}