/*
Theme Name: Arti
Theme URI: https://arti.dev/themes/arti
Author: Arti
Author URI: https://arti.dev
Description: Arti's Full Site Editing base theme. One shared foundation for every client site, re-skinned from the Arti settings panel rather than forked in code.
Version: 1.0.4
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.1
Update URI: https://updates.arti.dev/arti-base-theme
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arti
Tags: full-site-editing, block-templates, blog, business, one-column, wide-blocks, block-styles, editor-style
*/

/*
 * Block themes get their styling from theme.json. This file exists for the
 * theme header above and for the few rules that have no theme.json equivalent.
 */

.skip-link:focus {
	background-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
