/*
Theme Name: Alpha Wetsuits Custom
Theme URI: https://www.alphawetsuits.it/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: Custom lightweight WooCommerce-ready foundation for Alpha Wetsuits.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: alphawetsuits-custom
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

.site {
  min-height: 100vh;
}

.site-main {
  display: block;
}

.page-shell {
  width: min(100% - 2rem, 90rem);
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  clip: auto;
  z-index: 100000;
  background: #111111;
  color: #ffffff;
}
