/*
Theme Name: AltTheme OSS
Theme URI: https://github.com/althemeoss/althemeoss
Author: AltTheme OSS Team
Author URI: https://github.com/althemeoss
Description: A customizable and modern WordPress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: althemeoss
Tags: custom-logo, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/*
 * Keep style.css lightweight.
 * The main look & feel is in /css/main.css and is driven by Customizer CSS variables.
 */

:root {
	--althemeoss-container: 1200px;
	--althemeoss-radius: 12px;
	--althemeoss-font-body: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	--althemeoss-font-heading: inherit;
	--althemeoss-font-size: 16px;
	--althemeoss-line-height: 1.65;
	--althemeoss-color-bg: #ffffff;
	--althemeoss-color-surface: #ffffff;
	--althemeoss-color-text: #0f172a;
	--althemeoss-color-muted: #475569;
	--althemeoss-color-border: #e2e8f0;
	--althemeoss-color-primary: #2563eb;
	--althemeoss-color-accent: #22c55e;
}

/* Accessibility helper class expected by many themes/plugins */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: 12px;
	padding: 12px 14px;
	top: 12px;
	width: auto;
	z-index: 100000;
}
