/*
Theme Name: CGG-EDI Theme
Theme URI:
Author: Choice Global Group
Author URI:
Description: Custom WordPress theme framework for the CGG-EDI education platform. Phase W1 - theme frame and navigation only. Not a broker-dealer, investment adviser, or signal service. Education only.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cggedi-theme
*/

/* -------------------------------------------------------------------------
 * style.css is the theme identity sheet plus a minimal base reset. The
 * functional visual system lives in assets/css/cggedi-theme.css and is
 * loaded through wp_enqueue_scripts() in functions.php. Do not add large
 * component styles here - keep them in the assets sheet.
 * ---------------------------------------------------------------------- */

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button {
  font: inherit;
  color: inherit;
}

/* WordPress accessibility helper - kept in the identity sheet so it is
   always present even before the assets sheet loads. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #111a2e;
  border-radius: 3px;
  clip: auto !important;
  clip-path: none;
  color: #f4efe4;
  display: block;
  height: auto;
  left: 5px;
  padding: 12px 20px;
  top: 5px;
  width: auto;
  z-index: 100000;
}
