/*
Theme Name: Mayak
Theme URI: https://xn--61-6kc4bi9i.xn--p1ai/
Author: Mayak
Description: Custom WooCommerce theme for the Mayak store.
Version: 0.1.2
Requires at least: 6.6
Requires PHP: 8.3
Text Domain: mayak
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Keep the skip link usable before the Vite bundle is built. */
@layer reset {
  .skip-link {
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 100000;
    padding: 0.75rem 1rem;
    color: #000;
    background: #fff;
  }

  .skip-link:focus {
    left: 0;
  }
}
