/*
Theme Name: MECI theme
Author: Deloitte
Description: MECI Theme
Version: 1.0.0
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.2
*/

html {
  height: 100%;
  margin: 0;
}

/* ==========================================================================
   Skip to Content — Accessibility
   ========================================================================== */

.skip-link {
  position: absolute;
  left: -9999rem;
  top: 0;
  z-index: 999999;
  display: block;
  padding: 12px 20px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  border-radius: 0 0 4px 0;
  border: 2px solid #000;
}

.skip-link:focus {
  left: 0;
  outline: 2px solid var(--color-focus);
  outline-offset: -2px;
}

/* Suppress outline on main when focused via skip link */
#main-content:focus {
  outline: none;
}

