/*
Theme Name: Thomeas Core
Theme URI: https://example.com/
Author: Your Team
Author URI: https://example.com/
Description: Custom theme to replace Elementor/Hello. Built for performance and maintainability.
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thomeas-core
*/

:root {
  --container-max: 1200px;
}

.site-container {
  width: min(var(--container-max), calc(100% - 2rem));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: .75rem 1rem;
  background: #fff;
  z-index: 9999;
  border: 2px solid #000;
}
