/*
Theme Name: Cursor Theme
Theme URI: https://example.com/cursor-theme
Author: Cursor
Description: Lightweight WordPress starter theme with basic schema.org support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: cursor-theme
*/

@import url("assets/css/style-theme.css");

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
}

.skip-link:focus {
	left: 1rem;
	top: 1rem;
	padding: 0.75rem 1rem;
	background: #111827;
	color: #fff;
	text-decoration: none;
}
