/*
Theme Name: Ramida
Theme URI: https://example.com/ramida
Author: Rami
Author URI: https://example.com
Description: A lightweight, fast block theme that powers the Ramida visual site builder. Layout, headers, footers and design elements are provided by the Ramida Builder plugin.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.2
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novabuilder
Tags: block-theme, full-site-editing, blog, portfolio, e-commerce
*/

/*
 * The theme is intentionally minimal. Design tokens live in theme.json,
 * and almost all styling is generated by WordPress from that file.
 * Only add rules here that cannot be expressed in theme.json.
 */

:root {
	--nb-transition: 0.25s ease;
}

/* Skip link accessibility */
.skip-link:focus {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 100000;
	padding: 0.75rem 1rem;
	background: var(--wp--preset--color--secondary, #0b1220);
	color: #fff;
	border-radius: 4px;
}
